diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-18 09:13:23 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-18 09:13:23 -0400 |
commit | 581d30e386b9567b973a65d0bc82af782ac078ed (patch) | |
tree | 9c4b80b4e202a38117880ccce87cb8465e2b1f51 /sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c | |
parent | Start optimizing the use of the fenv interfaces in libm itself (diff) | |
download | glibc-581d30e386b9567b973a65d0bc82af782ac078ed.tar.gz glibc-581d30e386b9567b973a65d0bc82af782ac078ed.tar.bz2 glibc-581d30e386b9567b973a65d0bc82af782ac078ed.zip |
Add optimized nearbyint{,f} for x86-64
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c b/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c new file mode 100644 index 0000000000..aa7768233b --- /dev/null +++ b/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c @@ -0,0 +1,3 @@ +#undef __nearbyintf +#define __nearbyintf __nearbyintf_c +#include <sysdeps/ieee754/flt-32/s_nearbyintf.c> |