Add optimized sincosf for SSE2 for x86 and x86-64
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>
Tue, 25 Sep 2012 18:44:46 +0000 (20:44 +0200)
committerAndreas Jaeger <aj@suse.de>
Tue, 25 Sep 2012 18:47:20 +0000 (20:47 +0200)
commit22bf5c179315edd33b8399102ea3cfbf92b4807f
treef3ad1237a434e51a9155821f9c9848e0b13236ba
parent6d3bf1993190edc502d01e8ca42c4482b20a5b6c
Add optimized sincosf for SSE2 for x86 and x86-64
ChangeLog
sysdeps/i386/fpu/libm-test-ulps
sysdeps/i386/i686/fpu/multiarch/Makefile
sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S [new file with mode: 0644]
sysdeps/i386/i686/fpu/multiarch/s_sincosf.c [new file with mode: 0644]
sysdeps/ieee754/flt-32/s_sincosf.c
sysdeps/x86_64/fpu/libm-test-ulps
sysdeps/x86_64/fpu/s_sincosf.S [new file with mode: 0644]