Commit 6050906e authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by GitHub

arm neon vminnmv_f16: remove duplicate statement (#1208)

parent a3d20d14
......@@ -47,7 +47,6 @@ simde_vminnmv_f16(simde_float16x4_t a) {
__riscv_vfmv_v_f_f16m1(SIMDE_INFINITYHF, 4), 4));
#else
simde_float32_t r_ = simde_float16_to_float32(SIMDE_INFINITYHF);
a_ = simde_float16x4_to_private(a);
#if defined(SIMDE_FAST_NANS)
SIMDE_VECTORIZE_REDUCTION(min:r_)
......
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