We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8ec75 commit 365e261Copy full SHA for 365e261
Makefile
@@ -67,7 +67,7 @@ endif
67
# feel free to update the Makefile for your architecture and send a pull request or issue
68
ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686 amd64))
69
ifeq ($(UNAME_S),Darwin)
70
- CPUINFO_CMD := sysctl machdep.cpu.features
+ CPUINFO_CMD := sysctl machdep.cpu.features machdep.cpu.leaf7_features
71
else ifeq ($(UNAME_S),Linux)
72
CPUINFO_CMD := cat /proc/cpuinfo
73
else ifneq (,$(filter MINGW32_NT% MINGW64_NT%,$(UNAME_S)))
0 commit comments