-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Labels
Description
@parched mentioned here that clang and gcc both name the target feature to enable NEON on ARM processors just "simd".
This must be resolved before stabilization of the ARM SIMD Intrinsics.
@alexcrichton could you add an ARM badge and a "blocking stabilization" badge to this issue? (and probably to the run-time feature detection issue for ARM as well?). We should prune all of them before writing the RFC for each parts of the library.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
alexcrichton commentedon Oct 16, 2017
It's ok, I'm sure before stabilization we'll do a pass through the issue tracker anyway.
workingjubilee commentedon Oct 4, 2020
All the documentation I can find for Arm SIMD calls it Neon now. 🤷
e.g. Introducing Neon for Armv8-A