mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-02 11:13:35 +00:00
Whitespace check-in
This commit is contained in:
parent
b354eee1ed
commit
5e48e6560e
@ -371,7 +371,7 @@ void ChaCha_OperateKeystream_AVX2(const word32 *state, const byte* input, byte *
|
||||
_mm256_storeu_si256(output_mm + 14, _mm256_permute2x128_si256(X3_0, X3_1, 0 + (2 << 4)));
|
||||
_mm256_storeu_si256(output_mm + 15, _mm256_permute2x128_si256(X3_2, X3_3, 0 + (2 << 4)));
|
||||
}
|
||||
|
||||
|
||||
// https://stackoverflow.com/a/7841251/608639
|
||||
_mm256_zeroupper();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user