mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
bump base requirements to SSE4.2
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef SIMD_TYPES_X86_H
|
||||
#define SIMD_TYPES_X86_H
|
||||
|
||||
#if !defined(m128) && defined(HAVE_SSE2)
|
||||
#if !defined(m128) && defined(HAVE_SSE42)
|
||||
typedef __m128i m128;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user