diff options
| author | ruki <[email protected]> | 2023-07-26 23:51:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-26 23:51:34 +0800 |
| commit | 8eb5c2f3c4d1dd2124b7e43f71b259ff90b66893 (patch) | |
| tree | 7109ef463a06625658dc85afda830821571ad8b6 /xmake/modules/core/tools/gcc.lua | |
| parent | 59c3c5d3a025ad3bed85f73f31de36f3094d1cc9 (diff) | |
add some comments
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index e24153ff8..218fc73f0 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -174,7 +174,7 @@ function nf_vectorext(self, extension) , ["sse4.2"] = "-msse4.2" , avx = "-mavx" , avx2 = "-mavx2" - , avx512 = "-march=skylake-avx512" + , avx512 = "-march=skylake-avx512" -- @see https://github.com/xmake-io/xmake/issues/1613 , fma = "-mfma" , neon = "-mfpu=neon" } |
