Skip to content

Commit

Permalink
Turn on vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Apr 12, 2024
1 parent 9e684de commit a654eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/array_cmath/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ algebra_add_library( algebra_array_cmath array_cmath
"include/algebra/array_cmath.hpp" )
target_link_libraries( algebra_array_cmath
INTERFACE algebra::common algebra::array_storage algebra::cmath_math )
target_compile_options(algebra_array_cmath INTERFACE
"-ftree-vectorize" "-mavx2")
algebra_test_public_headers( algebra_array_cmath
"algebra/array_cmath.hpp" )

0 comments on commit a654eb7

Please sign in to comment.