Skip to content

Commit f14057b

Browse files
committed
arm neon: enable poly128_t more widely
1 parent 3128f39 commit f14057b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

simde/arm/neon/types.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,7 @@ typedef union {
630630
typedef poly64x2x3_t simde_poly64x2x3_t;
631631
typedef poly64x1x4_t simde_poly64x1x4_t;
632632
typedef poly64x2x4_t simde_poly64x2x4_t;
633-
#if defined(SIMDE_ARCH_ARM_CRYPTO)
634-
typedef poly128_t simde_poly128_t;
635-
#else
636-
#define SIMDE_ARM_NEON_NEED_PORTABLE_POLY_128_BIT
637-
#endif
633+
typedef poly128_t simde_poly128_t;
638634
#else
639635
#define SIMDE_ARM_NEON_NEED_PORTABLE_POLY_64_BIT
640636
#endif

0 commit comments

Comments
 (0)