]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
revert FSE_readNCount_body attribute 4046/head
authorJoseph Chen <joseph@baoruh.com.tw>
Wed, 15 May 2024 02:47:50 +0000 (10:47 +0800)
committerJoseph Chen <joseph@baoruh.com.tw>
Wed, 15 May 2024 02:47:50 +0000 (10:47 +0800)
lib/common/entropy_common.c

index abc8b543e30f14ff0fc5d5ba1e7d71698cde781e..e2173afb0a8b0c8c070033ac404f830157c27c6a 100644 (file)
@@ -38,11 +38,7 @@ const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); }
 /*-**************************************************************
 *  FSE NCount encoding-decoding
 ****************************************************************/
-#if defined(__IAR_SYSTEMS_ICC__)
-MEM_STATIC
-#else
 FORCE_INLINE_TEMPLATE
-#endif
 size_t FSE_readNCount_body(short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,
                            const void* headerBuffer, size_t hbSize)
 {