[PATCH] Remove incorrect register mov in floorf on x86_64

Ondřej Bílka neleai@seznam.cz
Fri Aug 14 11:12:00 GMT 2015


On Fri, Aug 14, 2015 at 04:03:30PM +0530, Siddhesh Poyarekar wrote:
> 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 due to which the (now incorrect) mov was not
> removed.  This patch removes that mov.
> 
It isn't incorrect, just dead move. Ok for me.



More information about the Libc-alpha mailing list