diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Headers/nmmintrin.h')
-rw-r--r-- | contrib/llvm/tools/clang/lib/Headers/nmmintrin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h b/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h index f12622d7be68..57fec15963d1 100644 --- a/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h +++ b/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h @@ -24,12 +24,7 @@ #ifndef _NMMINTRIN_H #define _NMMINTRIN_H -#ifndef __SSE4_2__ -#error "SSE4.2 instruction set not enabled" -#else - /* To match expectations of gcc we put the sse4.2 definitions into smmintrin.h, just include it now then. */ #include <smmintrin.h> -#endif /* __SSE4_2__ */ #endif /* _NMMINTRIN_H */ |