You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the CreateScalarUnsafe helper intrinsics that take a long/ulong, it may be beneficial to emit the movq xmm, [mem] instruction on x86, rather than falling back to emulating the behavior in software.
Given that the input is a regular long/ulong, but on x86 the instruction requires the second operand come from memory, this may require some additional work to make happen or we may find it not worthwhile to do at all.