[Issue 24130] ImportC: Windows headers use inline asm with different syntax
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 11 15:01:11 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24130
--- Comment #8 from anonymous4 <dfj1esp02 at sneakemail.com> ---
i64 is used in some kind of cpu feature constants (Extended processor state
configuration):
#define XSTATE_MASK_LEGACY_FLOATING_POINT (1ui64 <<
(XSTATE_LEGACY_FLOATING_POINT))
#define XSTATE_MASK_LEGACY_SSE (1ui64 << (XSTATE_LEGACY_SSE))
--
More information about the Digitalmars-d-bugs
mailing list