Skip to content

Commit

Permalink
arm neon vminnmv_f16: remove duplicate statement (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Aug 20, 2024
1 parent bc37d4b commit d1d9f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simde/arm/neon/minnmv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
Expand Down

0 comments on commit d1d9f82

Please sign in to comment.