Don't re-define a macro that's provided by the native compiler!
parent
a424635a14
commit
2733630a3f
2
misc.h
2
misc.h
|
|
@ -66,8 +66,10 @@
|
||||||
# define _tzcnt_u32(x) __tzcnt_u32(x)
|
# define _tzcnt_u32(x) __tzcnt_u32(x)
|
||||||
# define _tzcnt_u64(x) __tzcnt_u64(x)
|
# define _tzcnt_u64(x) __tzcnt_u64(x)
|
||||||
# define _blsr_u32(x) __blsr_u32(x)
|
# define _blsr_u32(x) __blsr_u32(x)
|
||||||
|
#ifndef _blsr_u64
|
||||||
# define _blsr_u64(x) __blsr_u64(x)
|
# define _blsr_u64(x) __blsr_u64(x)
|
||||||
# endif
|
# endif
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // CRYPTOPP_DOXYGEN_PROCESSING
|
#endif // CRYPTOPP_DOXYGEN_PROCESSING
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue