mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Merge pull request #260 from fastfloat/intrin-for-umul
Include intrin.h for __umulh
This commit is contained in:
commit
8f3dae6b9f
@ -84,7 +84,8 @@ using parse_options = parse_options_t<char>;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((defined(_WIN32) || defined(_WIN64)) && !defined(__clang__))
|
#if ((defined(_WIN32) || defined(_WIN64)) && !defined(__clang__)) || \
|
||||||
|
(defined(_M_ARM64) && !defined(__MINGW32__))
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user