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
That 'soft' implementation (of an 80-bit x87 value used for compile-time
reals on Windows MSVC x86[_64] hosts, if their native `real` is a 64-bit
double with an LDC host compiler) is still based on x87 inline asm,
so cannot be used in a WoA64 compiler binary.
So use a 64-bit native `real` for compile-time reals on WoA64 hosts.
0 commit comments