Skip to content

Commit

Permalink
arm x86 implementations: allow _m128 access from SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 3, 2024
1 parent 091e336 commit 114c3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simde/arm/neon/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ typedef union {
simde_float16 values[8];
#endif

#if defined(SIMDE_X86_SSE2_NATIVE)
#if defined(SIMDE_X86_SSE_NATIVE)
__m128 m128;
#endif

Expand All @@ -411,7 +411,7 @@ typedef union {
typedef union {
SIMDE_ARM_NEON_DECLARE_VECTOR(simde_float32, values, 16);

#if defined(SIMDE_X86_SSE2_NATIVE)
#if defined(SIMDE_X86_SSE_NATIVE)
__m128 m128;
#endif

Expand Down

0 comments on commit 114c3cd

Please sign in to comment.