mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Force inline LZ4_NbCommonBytes().
This commit is contained in:
parent
aee39d3fcd
commit
0476e851ff
@ -512,7 +512,7 @@ LZ4_memcpy_using_offset(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const si
|
||||
/*-************************************
|
||||
* Common functions
|
||||
**************************************/
|
||||
static unsigned LZ4_NbCommonBytes (reg_t val)
|
||||
LZ4_FORCE_INLINE unsigned LZ4_NbCommonBytes (reg_t val)
|
||||
{
|
||||
assert(val != 0);
|
||||
if (LZ4_isLittleEndian()) {
|
||||
|
Loading…
Reference in New Issue
Block a user