-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
Milestone
Description
The NEON code in your project appears to use intrinsics that only exist on AArch64. However, you merely check for the presence of NEON extensions, also trying to build this code on AArch32 (aka arm, armv7). Please check this and either remove the intrinsics in question or change the code so it is only build on AArch64. Here are the offending intrinsics I found in my first pass (both in StringView.cpp):
vshrn_high_n_u16
vaddvq_u8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done