Skip to content

Commit 59640b6

Browse files
gbaraldiclaude
andcommitted
deps: update cpufeatures to e8178f9 (blacklist SSBS)
Picks up gbaraldi/cpufeatures#5 which blacklists FEAT_SSBS from hw_feature_mask. SSBS is a speculative execution mitigation that doesn't affect codegen but was inconsistently present across LLVM CPU definitions (apple-a16 has it, apple-m4 doesn't), causing false target mismatches on Apple Silicon. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9b093e4 commit 59640b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/cpufeatures.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
## source build
44
CPUFEATURES_VER := 0.2.0
55
CPUFEATURES_GIT_URL := https://github.com/gbaraldi/cpufeatures.git
6-
CPUFEATURES_TAR_URL := https://github.com/gbaraldi/cpufeatures/archive/8bdf629fb6baef0126e23d737d46010085342cf6.tar.gz
7-
CPUFEATURES_SHA := 8bdf629fb6baef0126e23d737d46010085342cf6
6+
CPUFEATURES_TAR_URL := https://github.com/gbaraldi/cpufeatures/archive/e8178f952870a83c506f3f08150e3915193ab862.tar.gz
7+
CPUFEATURES_SHA := e8178f952870a83c506f3f08150e3915193ab862

0 commit comments

Comments
 (0)