summaryrefslogtreecommitdiff
path: root/src/simd
AgeCommit message (Expand)Author
2024-08-16config: yeet usingnsMitchell Hashimoto
2024-07-16simd: add base64 functions from simdutfMitchell Hashimoto
2024-02-07simd/codepoint-width: assertions for avx512 paddingMitchell Hashimoto
2024-02-07simd: increase padding for avxMitchell Hashimoto
2024-02-07simd: use less vector ops for 16-bitMitchell Hashimoto
2024-02-07simd/codepoint-width: split by 16-bitMitchell Hashimoto
2024-02-07terminal: swap codepointwidth implementationsMitchell Hashimoto
2024-02-07simd: minor tweaksMitchell Hashimoto
2024-02-07simd: remove ziglyph fallbackMitchell Hashimoto
2024-02-07simd/codepoint-width: reinclude correct fileMitchell Hashimoto
2024-02-07simd/codepoint-width: match ziglyphMitchell Hashimoto
2024-02-06simd/codepoint-width: wipMitchell Hashimoto
2024-02-06terminal: add tests for incomplete utf-8, fix one bugMitchell Hashimoto
2024-02-05pkg/utfcppMitchell Hashimoto
2024-02-05move simdutf to a pkgMitchell Hashimoto
2024-02-05simd: remove old attemptsMitchell Hashimoto
2024-02-05simd: implement utf8 decode until esc in C++Mitchell Hashimoto
2024-02-05terminal: use highway-based indexOf to support all targetsMitchell Hashimoto
2024-02-05simd/aarch64: additional intrinsicsMitchell Hashimoto
2024-02-05simd: convert indexOf, mess around with simdvtMitchell Hashimoto
2024-02-05simd: utf decode using simdutfMitchell Hashimoto
2024-02-05simd: utf8 decodeMitchell Hashimoto
2024-02-05simd: simplify isa.funcMap, find Zig compiler bugMitchell Hashimoto
2024-02-05simd: isa.funcMap to ensure only possible ISAs are analyzedMitchell Hashimoto
2024-02-05simd: utf8 countMitchell Hashimoto
2024-02-05simd: only ref buildable declsMitchell Hashimoto
2024-02-05simd/utf8: document neon betterMitchell 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