-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: performancePerformance improvementsPerformance improvementscontribute: simdRequires SIMD knowledgeRequires SIMD knowledgehelp wantedExternal contributions welcomeExternal contributions welcometype: featureNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Currently we have SIMD acceleration for x86 only. ARM has its own standardised SIMD intrinsics set, called NEON. Supporting it (starting with 32-bit ARM) would be very beneficial.
Describe the solution you'd like
This should be coordinated with #14, since both should work on 32-bit architectures. Similar interfaces would be used, only the classifier implementations would be different (since they need different instruction sets).
Additional context
Find NEON intrinsics documentation here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acceptance: go aheadReviewed, implementation can startReviewed, implementation can startarea: performancePerformance improvementsPerformance improvementscontribute: simdRequires SIMD knowledgeRequires SIMD knowledgehelp wantedExternal contributions welcomeExternal contributions welcometype: featureNew feature or requestNew feature or request
Type
Projects
Status
In Progress