H-2: SIMD support #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Mineplay/Hallocy#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement support for SIMD for linux, windows and ARM devices. These will be used later for memory management functions.
h2-simd-supportto h2-simd-supportSIMD support should not be to complex. Just function to check if simd is supported is enough the rest can be handled by the memory management functions. Library is not supposed to be math or simd library but an allocator library so just adding the minimum simd support needed to optimize the memory management functions is fine.