This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, x86_64]: Provide longlong.h definitions for 128bit operations




Inline asm really is bad. It's much better to fix the compiler so that users don't have to rely on it to get performance.

Agreed, Ian's patches that take advantage of lower-subreg for x86 help this quite a bit. He's waiting AFAIK on the df branch to finish them up, but from what I recall they helped this particular case.


-eric


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