henrik.smiding | 3bb195e | 2014-06-27 08:03:17 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2014 The Android Open Source Project |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
| 8 | #ifndef SkBlitRow_opts_SSE4_DEFINED |
| 9 | #define SkBlitRow_opts_SSE4_DEFINED |
| 10 | |
| 11 | #include "SkBlitRow.h" |
| 12 | |
stephana | 4bf1ce2 | 2015-02-02 10:02:48 -0800 | [diff] [blame] | 13 | void S32A_Opaque_BlitRow32_SSE4(SkPMColor* SK_RESTRICT, |
| 14 | const SkPMColor* SK_RESTRICT, |
| 15 | int count, |
| 16 | U8CPU alpha); |
henrik.smiding | 3bb195e | 2014-06-27 08:03:17 -0700 | [diff] [blame] | 17 | #endif |
| 18 | |