aboutsummaryrefslogtreecommitdiff
path: root/pl/math/v_expm1_2u5.c
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/v_expm1_2u5.c')
-rw-r--r--pl/math/v_expm1_2u5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/math/v_expm1_2u5.c b/pl/math/v_expm1_2u5.c
index f867361..2b21643 100644
--- a/pl/math/v_expm1_2u5.c
+++ b/pl/math/v_expm1_2u5.c
@@ -72,7 +72,7 @@ float64x2_t VPCS_ATTR V_NAME_D1 (expm1) (float64x2_t x)
x = vreinterpretq_f64_u64 (vbicq_u64 (ix, special));
#else
/* Large input, NaNs and Infs. */
- uint64x2_t special = vceqzq_u64 (vcaltq_f64 (x, d->oflow_bound));
+ uint64x2_t special = vcageq_f64 (x, d->oflow_bound);
#endif
/* Reduce argument to smaller range: