Files
Matteo Croce c815a07fe9 riscv: optimized memset
The generic memset is defined as a byte at time write. This is always
safe, but it's slower than a 4 byte or even 8 byte write.

Write a generic memset which fills the data one byte at time until the
destination is aligned, then fills using the largest size allowed,
and finally fills the remaining data one byte at time.

Signed-off-by: Matteo Croce <mcroce@microsoft.com>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
2022-10-18 14:56:42 +02:00
..
2022-08-11 08:03:49 -07:00
2022-03-10 09:29:21 -08:00
2022-08-11 14:41:52 -07:00
2022-06-28 20:13:09 +02:00
2021-03-09 20:46:00 -08:00
2022-01-19 17:54:09 -08:00
2022-05-11 11:50:10 -07:00
2021-06-30 20:55:41 -07:00
2022-03-29 14:31:07 -07:00
2022-06-28 13:20:21 +02:00
2022-07-11 09:33:35 +05:30
2021-01-14 15:09:06 -08:00
2021-07-05 20:53:09 -07:00
2022-08-11 14:58:32 -07:00
2021-01-07 19:00:50 -08:00
2022-10-18 14:56:42 +02:00
2022-02-25 09:36:05 +01:00
2021-01-14 15:09:08 -08:00