mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
Update tvgSwMath.cpp
fix typo.
This commit is contained in:
parent
80090e1189
commit
59f189bcb4
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
||||||
if (_BitScanReverse(&leadingZero, value)) return 31 - leadingZero;
|
if (_BitScanReverse(&leadingZero, value)) return 31 - leadingZero;
|
||||||
else return 32;
|
else return 32;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
#define _clz(x) __builtin_clz((x))
|
#define _clz(x) __builtin_clz((x))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue