-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unaligned data types for unaligned intrinsics (#632)
Unaligned memory accesses are primarily useful in cases where space is a concern, and data would benefit from being packed. While unaligned accesses are known for causing non-negligible performance degradation, in situations where performance is also a primary concern, having access to unaligned SIMD instructions is monumentally beneficial. This has become particularly relevant with the growing popularity of edge and mobile machine learning.
- Loading branch information
Showing
2 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters