We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3128f39 commit f14057bCopy full SHA for f14057b
simde/arm/neon/types.h
@@ -630,11 +630,7 @@ typedef union {
630
typedef poly64x2x3_t simde_poly64x2x3_t;
631
typedef poly64x1x4_t simde_poly64x1x4_t;
632
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
+ typedef poly128_t simde_poly128_t;
638
#else
639
#define SIMDE_ARM_NEON_NEED_PORTABLE_POLY_64_BIT
640
#endif
0 commit comments