Skip to content

Commit 114c3cd

Browse files
committed
arm x86 implementations: allow _m128 access from SSE
1 parent 091e336 commit 114c3cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simde/arm/neon/types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ typedef union {
390390
simde_float16 values[8];
391391
#endif
392392

393-
#if defined(SIMDE_X86_SSE2_NATIVE)
393+
#if defined(SIMDE_X86_SSE_NATIVE)
394394
__m128 m128;
395395
#endif
396396

@@ -411,7 +411,7 @@ typedef union {
411411
typedef union {
412412
SIMDE_ARM_NEON_DECLARE_VECTOR(simde_float32, values, 16);
413413

414-
#if defined(SIMDE_X86_SSE2_NATIVE)
414+
#if defined(SIMDE_X86_SSE_NATIVE)
415415
__m128 m128;
416416
#endif
417417

0 commit comments

Comments
 (0)