JustasMasiulis / xorstr

heavily vectorized c++17 compile time string encryption.
Apache License 2.0
1.21k stars 194 forks source link

Use proper intrinsics instead of relying on compiler to generate everything correctly. #6

Closed JustasMasiulis closed 6 years ago

JustasMasiulis commented 6 years ago

Currently the xor, load and store operations are generated by compiler. It would be more reliable to use correct intrinsics.