Latest update.
This commit is contained in:
@@ -501,9 +501,9 @@ struct smvt_control {
|
||||
};
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3))
|
||||
# define NUMTRAILINGZEROS __builtin_ctz
|
||||
# define NUMTRAILINGZEROS __builtin_ctz
|
||||
#else
|
||||
# define NUMTRAILINGZEROS numtrailingzeros
|
||||
# define NUMTRAILINGZEROS numtrailingzeros
|
||||
static uint32_t numtrailingzeros(uint32_t i)
|
||||
{
|
||||
uint32_t tmp;
|
||||
|
||||
Reference in New Issue
Block a user