diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-28 14:48:46 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-28 14:48:46 -0500 |
commit | 56f6f6a2403cfa7267cad722597113be35ecf70d (patch) | |
tree | dd8bc1d7fe292985484bb91ef7ae9f31a8603081 /math | |
parent | 73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff) | |
download | glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.tar glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.tar.gz glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.tar.bz2 glibc-56f6f6a2403cfa7267cad722597113be35ecf70d.zip |
Use -msse2avx option for x86-64 libm functions
Diffstat (limited to 'math')
-rw-r--r-- | math/math_private.h | 8 |
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) |