aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkUtils_opts_SSE2.h
blob: 771656f9238d5a5057b263c02844ff56c00ec5cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

/*
 * Copyright 2009 The Android Open Source Project
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#include "SkTypes.h"
 
void sk_memset16_SSE2(uint16_t *dst, uint16_t value, int count);
void sk_memset32_SSE2(uint32_t *dst, uint32_t value, int count);