mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Include intrin.h header for MSVC
This commit is contained in:
parent
53701a565f
commit
d14444e0fc
@ -30,6 +30,10 @@
|
|||||||
#include <retro_common_api.h>
|
#include <retro_common_api.h>
|
||||||
#include <retro_inline.h>
|
#include <retro_inline.h>
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <intrin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
/* Count Leading Zero, unsigned 16bit input value */
|
/* Count Leading Zero, unsigned 16bit input value */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user