summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/gcc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
-rw-r--r--xmake/modules/core/tools/gcc.lua2
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"
}