mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
parent
a0dcad0221
commit
e212159f4e
|
@ -72,6 +72,8 @@ inline uint64_t _trailing_zeros64(uint64_t x) {
|
|||
|
||||
#if defined(_WINDOWS) && !defined(_M_ARM) && !defined(_M_ARM64)
|
||||
// _trailing_zeros32 already defined using intrinsics
|
||||
#elif defined(__GNUC__)
|
||||
// _trailing_zeros32 already defined using intrinsics
|
||||
#else
|
||||
inline uint32_t _trailing_zeros32(uint32_t x) {
|
||||
uint32_t r = 0;
|
||||
|
|
Loading…
Reference in a new issue