Skip to content

Commit

Permalink
Added AVX2+FMA+BMI2 option in vc_compile_for_all_implementations
Browse files Browse the repository at this point in the history
…documentation

I hope this is correct. I was looking for AVX2 support and I fund this option and a few others not listed in current documentation in `CMakeLists.txt` file, but I don't know CMake syntax.
  • Loading branch information
pauljurczak authored and mattkretz committed Dec 10, 2018
1 parent 5faaa0d commit 409a2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/dox.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ AVX. Here is the currently complete list of possible targets the macro will comp
\li SSE+XOP+FMA4
\li AVX
\li AVX+XOP+FMA4
\li AVX2+FMA+BMI2
\section buildsystem_other Using Vc without CMake
Expand Down

0 comments on commit 409a2e5

Please sign in to comment.