Unverified Commit 489a6b4b authored by Jeroen Baert's avatar Jeroen Baert Committed by GitHub
Browse files

Merge pull request #57 from Forceflow/avx_bmi_fix

Added Ryzen build to makefile
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -14,3 +14,6 @@ avx512:
clean:
rm -f libmorton_test libmorton_test_bmi2 libmorton_test_avx512
zen2:
$(CXX) $(CFLAGS) -march=znver2 libmorton_test.cpp -o libmorton_test_zen2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment