summaryrefslogtreecommitdiff
path: root/src/simd/main.zig
AgeCommit message (Expand)Author
2025-09-22simd: add scalar fallbacks to all for build_options.simd falseMitchell Hashimoto
2024-08-16config: yeet usingnsMitchell Hashimoto
2024-07-16simd: add base64 functions from simdutfMitchell Hashimoto
2024-02-06simd/codepoint-width: wipMitchell Hashimoto
2024-02-05simd: remove old attemptsMitchell Hashimoto
2024-02-05simd: implement utf8 decode until esc in C++Mitchell Hashimoto
2024-02-05simd: convert indexOf, mess around with simdvtMitchell Hashimoto
2024-02-05simd: utf8 decodeMitchell Hashimoto
2024-02-05simd: utf8 countMitchell Hashimoto
2024-02-05simd: only ref buildable declsMitchell Hashimoto
2024-02-05simd: utf8 validationMitchell Hashimoto
2024-02-05src/simd: improve isa detectionMitchell Hashimoto
2024-02-05simd: indexOf implementation using NEONMitchell Hashimoto
2024-02-05simd: basic ISA detection, boilerplateMitchell Hashimoto