diff options
Diffstat (limited to 'usr/src/lib/libmvec/common/__vrsqrtf.c')
-rw-r--r-- | usr/src/lib/libmvec/common/__vrsqrtf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libmvec/common/__vrsqrtf.c b/usr/src/lib/libmvec/common/__vrsqrtf.c index 54572a8a33..0a741bfd58 100644 --- a/usr/src/lib/libmvec/common/__vrsqrtf.c +++ b/usr/src/lib/libmvec/common/__vrsqrtf.c @@ -27,7 +27,6 @@ * Use is subject to license terms. */ -#include "libm_synonyms.h" #include "libm_inlines.h" #ifdef __RESTRICT @@ -71,8 +70,6 @@ * whole float type range. */ -#define sqrtf __sqrtf - extern float sqrtf(float); static const double __TBL_rsqrtf[] = { @@ -503,4 +500,3 @@ __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int st py += stridey; } } - |