diff options
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index b8a05832c..84a1d187f 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -166,6 +166,7 @@ function nf_vectorext(self, extension) , ssse3 = "-mssse3" , avx = "-mavx" , avx2 = "-mavx2" + , fma = "-mfma" , neon = "-mfpu=neon" } return maps[extension] |
