Andarwinux wrote:

> 07:39 <lh_mouse> returning `__int128` in XMM0 looks silly; it requires moving 
> high and low parts of the value from integer registers into an SSE register, 
> which is not trivial.

https://godbolt.org/z/Mvx45Tvco

That's just incredibly stupid. Does this guy really think memory access is 
cheaper than vmovq+vpunpcklqdq/vpextrq?

https://github.com/llvm/llvm-project/pull/210358
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to