Skip to content

Commit

Permalink
Add avx512hi as an alias for avx512.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckyount committed Oct 21, 2019
1 parent 8cc7d3d commit 85e9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ else ifneq ($(filter $(arch),avx2 hsw bdw),)
TARGET := avx2
else ifneq ($(filter $(arch),avx512lo),)
TARGET := avx512lo
else ifneq ($(filter $(arch),avx512 avx512f skx skl clx),)
else ifneq ($(filter $(arch),avx512 avx512hi avx512f skx skl clx),)
TARGET := avx512
else ifneq ($(filter $(arch),knl),)
TARGET := knl
Expand Down

0 comments on commit 85e9cf1

Please sign in to comment.