mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
use less macro statements the initial version was meant to work with STATIC_ASSERT but since it doesn't work and needs assert() it's possible to rewrite it using normally compiled code which is better for compiler. Downside : the error message is less precise. There is a DEBUGLOG(3,) to compensate.