mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Add missing Intel SSE2 intrinsics needed for Argon2
This commit is contained in:
parent
42aafc847e
commit
2e4b40042a
4 changed files with 50 additions and 2 deletions
2
third_party/argon2/blake2-impl.h
vendored
2
third_party/argon2/blake2-impl.h
vendored
|
@ -151,6 +151,4 @@ static BLAKE2_INLINE uint64_t rotr64(const uint64_t w, const unsigned c) {
|
|||
return (w >> c) | (w << (64 - c));
|
||||
}
|
||||
|
||||
void clear_internal_memory(void *v, size_t n);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue