about summary refs log tree commit diff
path: root/math/math_private.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-28 14:48:46 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-28 14:48:46 -0500
commit56f6f6a2403cfa7267cad722597113be35ecf70d (patch)
treedd8bc1d7fe292985484bb91ef7ae9f31a8603081 /math/math_private.h
parent73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff)
downloadglibc-56f6f6a2403cfa7267cad722597113be35ecf70d.tar.gz
glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.tar.xz
glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.zip
Use -msse2avx option for x86-64 libm functions
Diffstat (limited to 'math/math_private.h')
-rw-r--r--math/math_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/math/math_private.h b/math/math_private.h
index 602a271156..e4108d8f23 100644
--- a/math/math_private.h
+++ b/math/math_private.h
@@ -365,14 +365,6 @@ extern void __docos (double __x, double __dx, double __v[]);
    know what operations are going to be performed.  Therefore we
    define additional interfaces.  By default they refer to the normal
    interfaces.  */
-#define libc_fegetround() fegetround ()
-#define libc_fegetroundf() fegetround ()
-#define libc_fegetroundl() fegetround ()
-
-#define libc_fesetround(r) (void) fesetround (r)
-#define libc_fesetroundf(r) (void) fesetround (r)
-#define libc_fesetroundl(r) (void) fesetround (r)
-
 #define libc_feholdexcept(e) (void) feholdexcept (e)
 #define libc_feholdexceptf(e) (void) feholdexcept (e)
 #define libc_feholdexceptl(e) (void) feholdexcept (e)