summaryrefslogtreecommitdiff
path: root/src/fastmem.zig
AgeCommit message (Expand)Author
2025-10-05fix: do not remove libc memmove until performance comparisons have been condu...NikoMalik
2025-10-05fix:use builtin memmoveNikoMalik
2025-09-21fastmem non-libc needs to use copyBackwards if dest > srcMitchell Hashimoto
2024-06-10perf: introduce CacheTable strcture, use it for shaper cacheQwerasd
2024-04-02fmtMitchell Hashimoto
2024-03-26fastmem: fix doc commentQwerasd
2024-03-26fastmem: rotateOnceQwerasd
2023-11-30Fix src/Surface.zigKrzysztof Wolicki
2023-11-30Update to latest master,Krzysztof Wolicki
2022-11-08use libc memcpy/memmove instead of std.mem if availableMitchell Hashimoto