mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
Fix typo
This commit is contained in:
parent
d26719f1ed
commit
6ecce4c379
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Revision History:
|
|||
#define HAS_BUILTIN(X) __has_builtin(X)
|
||||
#else
|
||||
#define HAS_BUILTIN(X) 0
|
||||
#end
|
||||
#endif
|
||||
#if HAS_BUILTIN(__builtin_ctz)
|
||||
#define _trailing_zeros32(X) __builtin_ctz(X)
|
||||
#elif defined(_WINDOWS) && (defined(_M_X86) || (defined(_M_X64) && !defined(_M_ARM64EC))) && !defined(__clang__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue