| 239 | } |
| 240 | |
| 241 | size_t FSE_readNCount( |
| 242 | short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr, |
| 243 | const void* headerBuffer, size_t hbSize) |
| 244 | { |
| 245 | return FSE_readNCount_bmi2(normalizedCounter, maxSVPtr, tableLogPtr, headerBuffer, hbSize, /* bmi2 */ 0); |
| 246 | } |
| 247 | |
| 248 | |
| 249 | /*! HUF_readStats() : |
no test coverage detected