Cyan4973 / FiniteStateEntropy

New generation entropy codecs : Finite State Entropy and Huff0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline FSE_abs usages

Bulat-Ziganshin opened this issue · comments

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

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