allow to predefine NSIMD to different value

This commit is contained in:
Florian Ballenegger 2020-07-30 00:29:13 +02:00
parent eb76eebf17
commit 2206571301
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef NG_SIMD_DEF_H
#define NG_SIMD_DEF_H
#ifndef NSIMD
#define NSIMD 4
#endif
#endif