This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove incorrect register mov in floorf on x86_64


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]