mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +00:00
Force inline LZ4_NbCommonBytes().
This commit is contained in:
parent
bd34c24b84
commit
6968a42abe
@ -473,7 +473,8 @@ static int g_debuglog_enable = 1;
|
|||||||
/*-************************************
|
/*-************************************
|
||||||
* Common functions
|
* Common functions
|
||||||
**************************************/
|
**************************************/
|
||||||
static unsigned LZ4_NbCommonBytes (reg_t val)
|
LZ4_FORCE_INLINE
|
||||||
|
unsigned LZ4_NbCommonBytes (reg_t val)
|
||||||
{
|
{
|
||||||
if (LZ4_isLittleEndian()) {
|
if (LZ4_isLittleEndian()) {
|
||||||
if (sizeof(val)==8) {
|
if (sizeof(val)==8) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user