Build time improvement, for MSVC use intrin0.h instead of intrin.h and remove usage of stdio.h in production code

Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
This commit is contained in:
Marcus Asteborg 2020-06-05 23:07:46 -07:00 committed by Jean-Marc Valin
parent fe00017a06
commit 09f8f05bce
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8
6 changed files with 23 additions and 14 deletions

View file

@ -30,7 +30,10 @@ POSSIBILITY OF SUCH DAMAGE.
#endif
#include "debug.h"
#if SILK_DEBUG || SILK_TIC_TOC
#include "SigProc_FIX.h"
#endif
#if SILK_TIC_TOC