Add optimized nearbyint{,f} for x86-64
authorUlrich Drepper <drepper@gmail.com>
Tue, 18 Oct 2011 13:13:23 +0000 (09:13 -0400)
committerUlrich Drepper <drepper@gmail.com>
Tue, 18 Oct 2011 13:13:23 +0000 (09:13 -0400)
commit581d30e386b9567b973a65d0bc82af782ac078ed
tree9c4b80b4e202a38117880ccce87cb8465e2b1f51
parentd38f1dba009689d78af371cffa091b27e4ebe17d
Add optimized nearbyint{,f} for x86-64
ChangeLog
sysdeps/x86_64/fpu/bits/mathinline.h
sysdeps/x86_64/fpu/multiarch/Makefile
sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_nearbyint.S [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S [new file with mode: 0644]