mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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
|
||||
**************************************/
|
||||
static unsigned LZ4_NbCommonBytes (reg_t val)
|
||||
LZ4_FORCE_INLINE
|
||||
unsigned LZ4_NbCommonBytes (reg_t val)
|
||||
{
|
||||
if (LZ4_isLittleEndian()) {
|
||||
if (sizeof(val)==8) {
|
||||
|
Loading…
Reference in New Issue
Block a user