mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
parent
a0dcad0221
commit
e212159f4e
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ inline uint64_t _trailing_zeros64(uint64_t x) {
|
||||||
|
|
||||||
#if defined(_WINDOWS) && !defined(_M_ARM) && !defined(_M_ARM64)
|
#if defined(_WINDOWS) && !defined(_M_ARM) && !defined(_M_ARM64)
|
||||||
// _trailing_zeros32 already defined using intrinsics
|
// _trailing_zeros32 already defined using intrinsics
|
||||||
|
#elif defined(__GNUC__)
|
||||||
|
// _trailing_zeros32 already defined using intrinsics
|
||||||
#else
|
#else
|
||||||
inline uint32_t _trailing_zeros32(uint32_t x) {
|
inline uint32_t _trailing_zeros32(uint32_t x) {
|
||||||
uint32_t r = 0;
|
uint32_t r = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue