We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76948c6 commit c89ebd4Copy full SHA for c89ebd4
CMakeLists.txt
@@ -19,6 +19,7 @@ if (CMAKE_CXX_COMPILER_ID IN_LIST GNU_LIKE_FRONTENDS)
19
-fassociative-math
20
-freciprocal-math
21
-fmerge-all-constants
22
+ -ftree-vectorize
23
)
24
# if the compiler does support -fimplicit-constexpr add it
25
check_cxx_compiler_flag("-fimplicit-constexpr" COMPILER_SUPPORTS_FIMPLICIT_CONSTEXPR)
0 commit comments