improved decoding speed by inlining x_isError() functions

This commit is contained in:
Yann Collet
2016-05-12 15:55:26 +02:00
parent 16871680e3
commit ccd6e86d45
3 changed files with 27 additions and 18 deletions
+1
View File
@@ -64,6 +64,7 @@
/* **************************************************************
* Error Management
****************************************************************/
#define FSE_isError ERR_isError
#define FSE_STATIC_ASSERT(c) { enum { FSE_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */