allow to predefine NSIMD to different value
This commit is contained in:
parent
eb76eebf17
commit
2206571301
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef NG_SIMD_DEF_H
|
||||
#define NG_SIMD_DEF_H
|
||||
|
||||
#ifndef NSIMD
|
||||
#define NSIMD 4
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue