From: Joseph Chen Date: Wed, 15 May 2024 02:47:50 +0000 (+0800) Subject: revert FSE_readNCount_body attribute X-Git-Tag: v1.5.7^2~117^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4046%2Fhead;p=thirdparty%2Fzstd.git revert FSE_readNCount_body attribute --- diff --git a/lib/common/entropy_common.c b/lib/common/entropy_common.c index abc8b543e..e2173afb0 100644 --- a/lib/common/entropy_common.c +++ b/lib/common/entropy_common.c @@ -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) {