glibc/sysdeps/i386/i686/fpu/multiarch
Aurelien Jarno 5537f466d6 i386: move ULPs to i686/multiarch and regenerate new ones for i386
The i386 ULPs are actually the i686/multiarch ones. The i686/multiarch
float ULPs are more precise as the SSE2 version (when available) uses
double for the cosf and sinf functions.

On the other hand the higher precision of the x86 FPU improves the
precision for a few other math functions.

	* sysdeps/i386/fpu/libm-test-ulps: Move to ....
	* sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
	* sysdeps/i386/fpu/libm-test-ulps: Regenerate.
2015-12-20 16:36:45 +01:00
..
e_expf-ia32.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
e_expf-sse2.S Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). 2015-09-18 21:53:22 +00:00
e_expf.c Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
libm-test-ulps i386: move ULPs to i686/multiarch and regenerate new ones for i386 2015-12-20 16:36:45 +01:00
Makefile Add optimized sincosf for SSE2 for x86 and x86-64 2012-09-25 20:47:20 +02:00
s_cosf-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_cosf.c Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
s_sincosf-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_sincosf.c Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
s_sinf-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
s_sinf.c Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00