michael@0: michael@0: /* michael@0: * Copyright 2009 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #include "SkTypes.h" michael@0: michael@0: void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count); michael@0: void sk_memset32_SSE2(uint32_t *dst, uint32_t value, int count);