We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 454dff1 + f2ac205 commit ab09084Copy full SHA for ab09084
std/math/exponential.d
@@ -39,7 +39,8 @@ static import core.stdc.math;
39
40
version (DigitalMars)
41
{
42
- version = INLINE_YL2X; // x87 has opcodes for these
+ version (OSX) { } // macOS 13 (M1) has issues emulating instruction
43
+ else version = INLINE_YL2X; // x87 has opcodes for these
44
}
45
46
version (D_InlineAsm_X86) version = InlineAsm_X86_Any;
0 commit comments