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-03-13 11:29:28 -07:00
2024-10-25 16:13:55 -07:00
2024-11-26 11:15:39 +01:00
2024-02-11 22:00:03 +01:00
2025-01-15 17:11:27 -08:00
2024-12-20 10:36:56 -08:00
2023-01-12 15:41:08 -08:00
2024-12-20 10:36:56 -08:00
2024-12-20 10:36:56 -08:00
2024-12-20 10:36:57 -08:00
2023-01-04 13:01:54 -08:00
2025-02-05 16:11:54 -08:00
2024-12-19 16:00:11 -08:00
2024-12-20 10:36:57 -08:00
2025-01-07 10:06:08 -08:00
2024-12-20 10:36:57 -08:00
2025-01-07 10:06:08 -08:00
2024-12-20 10:36:57 -08:00
2025-01-07 10:06:08 -08:00
2023-01-04 13:01:54 -08:00
2024-12-20 10:36:58 -08:00
2025-01-07 10:06:08 -08:00
2025-01-03 11:38:41 -05:00
2025-01-07 10:06:08 -08:00
2024-10-28 16:31:15 -07:00
2024-12-19 16:00:11 -08:00
2024-12-20 10:36:57 -08:00
2024-12-19 16:00:11 -08:00