diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/ext/convolver.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skia/ext/convolver.h b/skia/ext/convolver.h index 9705c15..14974e5 100644 --- a/skia/ext/convolver.h +++ b/skia/ext/convolver.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -15,7 +15,8 @@ #if defined(ARCH_CPU_X86_FAMILY) #if defined(__x86_64__) || defined(_M_X64) || defined(__SSE2__) || _M_IX86_FP==2 // This is where we had compiler support for SSE2 instructions. -#define SIMD_SSE2 1 +// FIXME: Known buggy, so disabling for M22. +// #define SIMD_SSE2 1 #endif #endif |