3 Commits

Author SHA1 Message Date
Le Philousophe f873a0ac02 COMMON: Update memset16/32/64 functions
The functions don't respect strict aliasing so this creates bugs in LTO
builds.
Use an alternative implementation which should be equivalent in terms of
performance.
2026-03-22 16:27:18 +01:00
Cameron Cawley 953772ba99 COMMON: Rename memset2/4/8 to memset16/32/64 2023-11-06 13:40:38 +02:00
Cameron Cawley ac2d99ee9b COMMON: Add variants of memset for 16-bit, 32-bit and 64-bit values 2023-11-06 13:40:38 +02:00