summaryrefslogtreecommitdiffstats
path: root/libm/upstream-freebsd/lib/msun/src/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libm/upstream-freebsd/lib/msun/src/math_private.h')
-rw-r--r--libm/upstream-freebsd/lib/msun/src/math_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/upstream-freebsd/lib/msun/src/math_private.h b/libm/upstream-freebsd/lib/msun/src/math_private.h
index a079cc0de..58213495a 100644
--- a/libm/upstream-freebsd/lib/msun/src/math_private.h
+++ b/libm/upstream-freebsd/lib/msun/src/math_private.h
@@ -723,7 +723,7 @@ irintl(long double x)
#define __ieee754_remainderf remainderf
#define __ieee754_scalbf scalbf
-#if defined(KRAIT_NEON_OPTIMIZATION)
+#if defined(KRAIT_NEON_OPTIMIZATION) || defined(QCOM_NEON_OPTIMIZATION)
int __kernel_rem_pio2(double*,double*,int,int,int) __attribute__((pcs("aapcs-vfp")));
double __full_ieee754_pow(double,double);
#ifndef INLINE_REM_PIO2