zstd/lib/compress
Yann Collet c39424ea87 fix minor alignment warning
this is a prototype definition error:
`_mm_storeu_si128()` should accept a `void*` pointer,
since it explicitly states that it accepts unaligned addresses
yet requiring a `__m128i*` tells otherwise, and requires the compiler the enforce this alignment.
2025-02-05 16:11:54 -08:00
..
2023-01-04 13:01:54 -08:00
2024-11-26 11:15:39 +01:00
2024-02-11 22:00:03 +01:00
2023-01-04 13:01:54 -08:00
2025-02-05 16:11:54 -08:00
2023-01-04 13:01:54 -08:00
2024-10-28 16:31:15 -07:00