On Wed May 31 19:51:32 2023 +0000, Brendan Shanks wrote:
Should the prototype be added to `include/msvcrt/intrin.h` instead?
Dunno, we seem to use this pattern with declaring these intrinsics right here for other architectures too (see `__readgsqword` for x86_64 right above). Curiously, `_MoveFromCoprocessor` doesn't seem to require a prototype, the pragma is enough - I tested that one too.