Cyan4973 / FiniteStateEntropy

New generation entropy codecs : Finite State Entropy and Huff0
BSD 2-Clause "Simplified" License
1.33k stars 143 forks source link

Inline FSE_abs usages #77

Closed Bulat-Ziganshin closed 7 years ago

Bulat-Ziganshin commented 7 years ago

FSE_abs is defined twice, making problem for amalgated compilation. Can you rename one of the definitions or just inline those two calls?

And of course, do the same change in ZSTD

Cyan4973 commented 7 years ago

Latest update in dev branch removes FSE_abs(), and should therefore prove more compatible with amalgamated compilation.