Commit b415a61
committed
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.1 parent dbb198e commit b415a61
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2787 | 2787 | | |
2788 | 2788 | | |
2789 | 2789 | | |
2790 | | - | |
| 2790 | + | |
2791 | 2791 | | |
2792 | 2792 | | |
2793 | 2793 | | |
| |||
0 commit comments