diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 14:54:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 14:54:10 +0200 |
commit | 8333117228da381786a6dd857f482db6c973cb60 (patch) | |
tree | 771c515670a5f6b79777eb27668b8eca4810b3e0 /compat | |
parent | ab394384b31034571c7327985cb67996af24e4ad (diff) |
aa
Diffstat (limited to 'compat')
-rw-r--r-- | compat/defs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp index 0a202039..d14832d0 100644 --- a/compat/defs.hpp +++ b/compat/defs.hpp @@ -66,6 +66,7 @@ #define fm_UNROLL _Pragma("loop(ivdep)") #define fm_UNROLL_4 fm_UNROLL #define fm_UNROLL_8 fm_UNROLL +#define fm_UNROLL_2 fm_UNROLL #else #ifndef __SIZEOF_POINTER__ #error "missing __SIZEOF_POINTER__" |