Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect documentation for _mm_loadu_si64 function
The documentation incorrectly stated that the function loads 16 bits of integer data. This commit corrects the documentation to accurately reflect that the function loads 64 bits (8 bytes) of integer data from memory into a new vector.
- Loading branch information