Skip to content

cpubits: better ARMv7 cfg predicate#1431

Merged
tarcieri merged 1 commit intomasterfrom
cpubits/better-armv7-predicate
Jan 23, 2026
Merged

cpubits: better ARMv7 cfg predicate#1431
tarcieri merged 1 commit intomasterfrom
cpubits/better-armv7-predicate

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented Jan 23, 2026

We can use the explicit:

all(target_arch = "arm", target_feature = "v7")

Rather than the previous check for targets that are not thumb:

all(target_arch = "arm", not(target_feature = "thumb-mode"))

We can use the explicit:

    all(target_arch = "arm", target_feature = "v7")

Rather than the previous check for targets that are not thumb:

    all(target_arch = "arm", not(target_feature = "thumb-mode"))
@tarcieri tarcieri merged commit 52c96c3 into master Jan 23, 2026
11 checks passed
@tarcieri tarcieri deleted the cpubits/better-armv7-predicate branch January 23, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant