Commit 2b9b0126 authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by Michael R. Crusoe

arm x86 implementations: allow _m128 access from SSE

parent 6679ff01
...@@ -390,7 +390,7 @@ typedef union { ...@@ -390,7 +390,7 @@ typedef union {
simde_float16 values[8]; simde_float16 values[8];
#endif #endif
#if defined(SIMDE_X86_SSE2_NATIVE) #if defined(SIMDE_X86_SSE_NATIVE)
__m128 m128; __m128 m128;
#endif #endif
...@@ -411,7 +411,7 @@ typedef union { ...@@ -411,7 +411,7 @@ typedef union {
typedef union { typedef union {
SIMDE_ARM_NEON_DECLARE_VECTOR(simde_float32, values, 16); SIMDE_ARM_NEON_DECLARE_VECTOR(simde_float32, values, 16);
#if defined(SIMDE_X86_SSE2_NATIVE) #if defined(SIMDE_X86_SSE_NATIVE)
__m128 m128; __m128 m128;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment