summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/tools/gcc.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/tools/gcc.lua')
-rw-r--r--3rdparty/genie/src/tools/gcc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/genie/src/tools/gcc.lua b/3rdparty/genie/src/tools/gcc.lua
index d5cca887cc6..58ea8a19b50 100644
--- a/3rdparty/genie/src/tools/gcc.lua
+++ b/3rdparty/genie/src/tools/gcc.lua
@@ -26,6 +26,8 @@
{
EnableSSE = "-msse",
EnableSSE2 = "-msse2",
+ EnableAVX = "-mavx",
+ EnableAVX2 = "-mavx2",
ExtraWarnings = "-Wall -Wextra",
FatalWarnings = "-Werror",
FloatFast = "-ffast-math",