Bananymous
|
82d5d9ba58
|
LibC: Write memchr, memcmp and strlen with sse
|
2026-04-02 15:35:03 +03:00 |
Bananymous
|
ceca93c8b1
|
LibC: Cleanup memmove and memcpy for x86_64
|
2025-08-16 14:05:21 +03:00 |
Bananymous
|
15021b442c
|
LibC: Fix memchr and memcmp assembly implementations
These functions did not work with size 0 :D
|
2025-01-23 21:55:26 +02:00 |
Bananymous
|
ebecbb69ec
|
LibC: Implement some mem* and str* functions in assembly
This made them a lot faster on modern cpus with optimized rep stos and
rep movs
|
2025-01-14 22:50:46 +02:00 |