From ed22dcf691326d148222eb9a215d6d98bb8073a4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Oct 2011 11:23:40 -0400 Subject: Provide internal optimizations on x86-64 with SSE4.1 Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled. --- sysdeps/x86_64/fpu/multiarch/s_floorf-c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/x86_64/fpu/multiarch/s_floorf-c.c') diff --git a/sysdeps/x86_64/fpu/multiarch/s_floorf-c.c b/sysdeps/x86_64/fpu/multiarch/s_floorf-c.c index 3f367863a7..2386362328 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_floorf-c.c +++ b/sysdeps/x86_64/fpu/multiarch/s_floorf-c.c @@ -1,2 +1,3 @@ +#undef __floorf #define __floorf __floorf_c #include -- cgit v1.2.3