Siddhesh Poyarekar 37dd6a19ca Remove incorrect register mov in floorf/nearbyint on x86_64
The change in 0b5395f052ee09cd7e3d219af4e805c38058afb5 replaced calls
to __get_cpu_features@plt followed by a mov from rax to rdx, with a
single macro LOAD_RTLD_GLOBAL_RO_RDX.  It is pretty clear that there
was a typo in s_floorf and __nearbyint due to which the (now incorrect)
mov was not removed.  This patch removes that mov.

	* sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
	unnecessary movq.
	* sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
	Likewise.
2015-08-14 05:30:17 -07:00
..
2015-05-19 09:43:54 -07:00
2015-02-08 18:46:00 +01:00
2015-08-13 23:23:23 +00:00
2015-07-21 00:20:24 +02:00
2015-07-09 15:25:47 -07:00
2015-07-01 17:24:37 +00:00
2015-07-15 09:33:14 +02:00