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: Move sysdeps/x86_64/Implies to sysdeps/x86_64/64


On 03/22/12 15:07, H.J. Lu wrote:
> There is no sysdeps/x86_64/x32/Implies.  I'd like search order
> 
> x86_64/x32
> x86_64
> x86_64/fpu
> wordsize-32

Incidentally, why do you want wordsize-32 at all?

x32 has 64-bit registers, which (in gcc parlance at least) implies a
64-bit *word* size, and the desirability of all the optimizations that
come with the ability to docomputation on that scale.


r~


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