Commit 3bda0d7c authored by Michael R. Crusoe's avatar Michael R. Crusoe

neon/cvtn: vcvtnq_u32_f32 is a V8 function

parent 73910b60
...@@ -126,7 +126,7 @@ simde_vcvtns_u32_f32(simde_float32 a) { ...@@ -126,7 +126,7 @@ simde_vcvtns_u32_f32(simde_float32 a) {
SIMDE_FUNCTION_ATTRIBUTES SIMDE_FUNCTION_ATTRIBUTES
simde_uint32x4_t simde_uint32x4_t
simde_vcvtnq_u32_f32(simde_float32x4_t a) { simde_vcvtnq_u32_f32(simde_float32x4_t a) {
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE) && !defined(SIMDE_BUG_CLANG_46844) #if defined(SIMDE_ARM_NEON_A32V8_NATIVE) && !defined(SIMDE_BUG_CLANG_46844)
return vcvtnq_u32_f32(a); return vcvtnq_u32_f32(a);
#else #else
simde_float32x4_private a_ = simde_float32x4_to_private(a); simde_float32x4_private a_ = simde_float32x4_to_private(a);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment