This is the mail archive of the gcc-bugs@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]

[Bug target/70708] Suboptimal code generated when using _mm_set_sd (X64)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70708

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 38303
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38303&action=edit
A patch for _mm_set_sd

We should use "movq" instead of "movsd" for _mm_set_sd.

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