File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6382,7 +6382,7 @@ simde_vreinterpretq_p128_f32(simde_float32x4_t a) {
6382
6382
SIMDE_FUNCTION_ATTRIBUTES
6383
6383
simde_poly128_t
6384
6384
simde_vreinterpretq_p128_f64 (simde_float64x2_t a ) {
6385
- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE ) && defined(SIMDE_ARCH_ARM_CRYPTO )
6385
+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE ) && defined(SIMDE_ARCH_ARM_CRYPTO )
6386
6386
return vreinterpretq_p128_f64 (a );
6387
6387
#else
6388
6388
simde_poly128_t r_ ;
@@ -6586,7 +6586,7 @@ simde_vreinterpretq_f16_p128(simde_poly128_t a) {
6586
6586
SIMDE_FUNCTION_ATTRIBUTES
6587
6587
simde_float64x2_t
6588
6588
simde_vreinterpretq_f64_p128 (simde_poly128_t a ) {
6589
- #if defined(SIMDE_ARM_NEON_A32V8_NATIVE ) && defined(SIMDE_ARCH_ARM_CRYPTO )
6589
+ #if defined(SIMDE_ARM_NEON_A64V8_NATIVE ) && defined(SIMDE_ARCH_ARM_CRYPTO )
6590
6590
return vreinterpretq_f64_p128 (a );
6591
6591
#else
6592
6592
simde_float64x2_private r_ ;
You can’t perform that action at this time.
0 commit comments