Skip to content

Commit

Permalink
forgot about UNDEFINED
Browse files Browse the repository at this point in the history
  • Loading branch information
divinity76 authored Feb 5, 2024
1 parent ba665ca commit 349f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/blake3_dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static
uint64_t id_aa64pfr0_el1;
__asm__ ("mrs %0, ID_AA64PFR0_EL1" : "=r" (id_aa64pfr0_el1));
if((id_aa64pfr0_el1 >> 20) & 0xF) {
features |= ARM_NEON;
features = ARM_NEON;
} else {
features = 0;
}
Expand Down

0 comments on commit 349f830

Please sign in to comment.