Closed Bulat-Ziganshin closed 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
Latest update in dev branch removes FSE_abs(), and should therefore prove more compatible with amalgamated compilation.
dev
FSE_abs()
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