July 15, 2026
3:41 p.m.
On Wed Jul 15 15:34:01 2026 +0000, Jacek Caban wrote:
We could probably use `__has_builtin` for the condition. I also wonder if we could provide a fallback implementation for missing functions in intrin.h. Won't work. \_mm_loadu_si64 is not an intrinsic, it's just an inline function that calls \_mm_loadl_epi64. [(Source)](https://gcc.gnu.org/viewcvs?rev=269497&root=gcc&view=rev)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11397#note_145722