aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkBlitRow_opts_SSE2.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-27 13:08:36 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-27 13:08:36 +0000
commite5a196f4403529076dfa335facb2122c5768d8aa (patch)
tree99aed153adb617285cae08622bbb56c138f9d0cb /src/opts/SkBlitRow_opts_SSE2.cpp
parentd2fd13685ba0d7b3b7a2816c12379e0c61c6749b (diff)
use SK_RESTRICT instead of __restrict__
git-svn-id: http://skia.googlecode.com/svn/trunk@4801 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/opts/SkBlitRow_opts_SSE2.cpp')
-rw-r--r--src/opts/SkBlitRow_opts_SSE2.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/opts/SkBlitRow_opts_SSE2.cpp b/src/opts/SkBlitRow_opts_SSE2.cpp
index 7149433f00..f61617a0eb 100644
--- a/src/opts/SkBlitRow_opts_SSE2.cpp
+++ b/src/opts/SkBlitRow_opts_SSE2.cpp
@@ -1006,7 +1006,7 @@ void S32A_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
* portable version is in core/SkBlitRow_D16.cpp
*/
-void S32A_D565_Opaque_Dither_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict__ src,int count,
+void S32A_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src,int count,
U8CPU alpha, int x, int y)
{
@@ -1164,7 +1164,7 @@ void S32A_D565_Opaque_Dither_SSE2(uint16_t* __restrict__ dst, const SkPMColor* _
* portable version is in core/SkBlitRow_D16.cpp
*/
-void S32_D565_Opaque_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict__ src,int count,
+void S32_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src,int count,
U8CPU alpha, int x, int y)
{
@@ -1224,7 +1224,7 @@ void S32_D565_Opaque_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restric
* portable version is in core/SkBlitRow_D16.cpp
*/
-void S32_D565_Blend_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict__ src,int count,
+void S32_D565_Blend_SSE2(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src,int count,
U8CPU alpha, int x, int y)
{
@@ -1314,7 +1314,7 @@ void S32_D565_Blend_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict
* portable version is in core/SkBlitRow_D16.cpp
*/
-void S32_D565_Opaque_Dither_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict__ src,int count,
+void S32_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src,int count,
U8CPU alpha, int x, int y)
{
#ifdef ENABLE_DITHER_MATRIX_4X4
@@ -1418,7 +1418,7 @@ void S32_D565_Opaque_Dither_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __
* portable version is in core/SkBlitRow_D16.cpp
*/
-void S32_D565_Blend_Dither_SSE2(uint16_t* __restrict__ dst, const SkPMColor* __restrict__ src,int count,
+void S32_D565_Blend_Dither_SSE2(uint16_t* SK_RESTRICT dst, const SkPMColor* SK_RESTRICT src,int count,
U8CPU alpha, int x, int y)
{
#ifdef ENABLE_DITHER_MATRIX_4X4