• Drew Noakes's avatar
    Use aligned SSE register load intrinsic. · 41f3c60b
    Drew Noakes authored
    The code goes to the trouble of ensuring that data is aligned at a
    16-byte boundary, then goes ahead and uses the unaligned form of the
    load intrinsic _mm_loadu_si128.
    
    Either the code shouldn't bother aligning the data to the start of the
    whitespace, or it should use the aligned form of the intrinsic.
    41f3c60b
Name
Last commit
Last update
bin Loading commit data...
build Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...