Use AVX2 by default.

This commit is contained in:
Ignacio Castano
2020-07-06 11:13:05 -07:00
parent 8fb22e951e
commit 2bd1ed1ba7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#define ICBC_IMPLEMENTATION
#define ICBC_SIMD 2 // SSE4.1
//#define ICBC_SIMD 2 // SSE4.1
#include "icbc.h"