glibc/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch
Aurelien Jarno bf79a337ec sparc32/sparcv9: add a VIS3 version of fdim
sparc32 passes floating point values in the integer registers. VIS3
instructions gives access to the movwtos instruction to directly
transfer a value from an integer register to a floating point register.
Therefore it makes sense to provide a VIS3 version consisting in the
generic version compiled with -mvis3.

Changelog:
	* math/s_fdim.c: Avoid alias renamed.
	* math/s_fdimf.c: Likewise.
	* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
	[$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
	Add s_fdimf-vis3, s_fdim-vis3.
	(CFLAGS-s_fdimf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
	(CFLAGS-s_fdim-vis3.c): Likewise.
	sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c: New file.
	sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
2016-08-05 22:35:01 +02:00
..
Makefile sparc32/sparcv9: add a VIS3 version of fdim 2016-08-05 22:35:01 +02:00
s_copysign-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_copysign.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_copysignf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_copysignf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_fabs-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fabs.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_fabsf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fabsf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_fdim-vis3.c sparc32/sparcv9: add a VIS3 version of fdim 2016-08-05 22:35:01 +02:00
s_fdim.c sparc32/sparcv9: add a VIS3 version of fdim 2016-08-05 22:35:01 +02:00
s_fdimf-vis3.c sparc32/sparcv9: add a VIS3 version of fdim 2016-08-05 22:35:01 +02:00
s_fdimf.c sparc32/sparcv9: add a VIS3 version of fdim 2016-08-05 22:35:01 +02:00
s_fma-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fma.c Add sparc vis3 optimized fma/fmaf. 2012-03-15 23:09:16 -07:00
s_fmaf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fmaf.c Add sparc vis3 optimized fma/fmaf. 2012-03-15 23:09:16 -07:00
s_fmax-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fmax.S Fix missing long-double compat symbols on sparc v9. 2012-04-26 02:50:20 -07:00
s_fmaxf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fmaxf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_fmin-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fmin.S Fix missing long-double compat symbols on sparc v9. 2012-04-26 02:50:20 -07:00
s_fminf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_fminf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_llrint-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llrint.S Fix missing long-double compat symbols on sparc v9. 2012-04-26 02:50:20 -07:00
s_llrintf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_llrintf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
s_nearbyint-vis3.S Fix sNaN handling in nearbyint on 32-bit sparc. 2016-08-02 21:00:21 -07:00
s_nearbyint.S Optimize nearbyint{,f} on sparc. 2013-01-15 20:59:54 -08:00
s_nearbyintf-vis3.S Fix sNaN handling in nearbyint on 32-bit sparc. 2016-08-02 21:00:21 -07:00
s_nearbyintf.S Optimize nearbyint{,f} on sparc. 2013-01-15 20:59:54 -08:00
s_rint-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_rint.S Fix missing long-double compat symbols on sparc v9. 2012-04-26 02:50:20 -07:00
s_rintf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
s_rintf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
w_sqrt-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
w_sqrt.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00
w_sqrtf-vis3.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
w_sqrtf.S Create a header for sparc ifunc expansion and use it for VIS3 ifuncs. 2012-03-15 20:29:44 -07:00