defined MOO_HAVE_BUILTIN_CLZ where necessary
This commit is contained in:
parent
12ebc336a0
commit
aa5d739e56
@ -938,6 +938,9 @@ typedef struct moo_t moo_t;
|
|||||||
#define MOO_HAVE_BUILTIN_CTZ
|
#define MOO_HAVE_BUILTIN_CTZ
|
||||||
#define MOO_HAVE_BUILTIN_CTZL
|
#define MOO_HAVE_BUILTIN_CTZL
|
||||||
#define MOO_HAVE_BUILTIN_CTZLL
|
#define MOO_HAVE_BUILTIN_CTZLL
|
||||||
|
#define MOO_HAVE_BUILTIN_CLZ
|
||||||
|
#define MOO_HAVE_BUILTIN_CLZL
|
||||||
|
#define MOO_HAVE_BUILTIN_CLZLL
|
||||||
#define MOO_HAVE_BUILTIN_EXPECT
|
#define MOO_HAVE_BUILTIN_EXPECT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user