Files
haiku-beta6/src
Augustin Cavalier 282bdf736c Overhaul generic memcpy and memset.
* Rewrite generic memcpy, with optimizations more like the common memcmp
   optimizations.

 * Rewrite generic memset, with a proper optimized implementation.

 * Name the files "generic_" like other files in the arch generics dirs.

 * Always use the generic versions in the bootloader, since it's
   complied with special flags.
2025-03-05 14:23:13 -05:00
..