You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_link_libraries(example_with_full_vectorization_support PUBLIC proxsuite::proxsuite-vectorized)
96
+
target_compile_options(example_with_full_vectorization_support PUBLIC "-march=native")
92
97
```
93
98
If you have compiled ProxSuite with the vectorization support, you might also use the CMake target `proxsuite::proxsuite-vectorized` to also link against SIMDE.
94
99
Don't forget to use `-march=native` for getting the best performance.
0 commit comments