summaryrefslogtreecommitdiff
path: root/src/simd
AgeCommit message (Expand)Author
2025-09-23fix commentJacob Sandlund
2025-09-23Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-22simd: scalar base64 ignores invalid paddingMitchell Hashimoto
2025-09-22simd: fix scalar utf8 decodingMitchell Hashimoto
2025-09-22simd: add scalar fallbacks to all for build_options.simd falseMitchell Hashimoto
2025-09-19pr feedback: `get`, remove todos for case_folding_simpleJacob Sandlund
2025-09-18update commented out testJacob Sandlund
2025-09-06trying a bunch of things to get performance to matchJacob Sandlund
2025-08-17removing all ziglyph imports (aside from unicode/grapheme.zig)Jacob Sandlund
2025-03-12pkg/highway: upgrade to fix compilation issues on LLVM18Mitchell Hashimoto
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