index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
simd
Age
Commit message (
Expand
)
Author
2025-09-23
fix comment
Jacob Sandlund
2025-09-23
Merge remote-tracking branch 'upstream/main' into jacob/uucode
Jacob Sandlund
2025-09-22
simd: scalar base64 ignores invalid padding
Mitchell Hashimoto
2025-09-22
simd: fix scalar utf8 decoding
Mitchell Hashimoto
2025-09-22
simd: add scalar fallbacks to all for build_options.simd false
Mitchell Hashimoto
2025-09-19
pr feedback: `get`, remove todos for case_folding_simple
Jacob Sandlund
2025-09-18
update commented out test
Jacob Sandlund
2025-09-06
trying a bunch of things to get performance to match
Jacob Sandlund
2025-08-17
removing all ziglyph imports (aside from unicode/grapheme.zig)
Jacob Sandlund
2025-03-12
pkg/highway: upgrade to fix compilation issues on LLVM18
Mitchell Hashimoto
2024-08-16
config: yeet usingns
Mitchell Hashimoto
2024-07-16
simd: add base64 functions from simdutf
Mitchell Hashimoto
2024-02-07
simd/codepoint-width: assertions for avx512 padding
Mitchell Hashimoto
2024-02-07
simd: increase padding for avx
Mitchell Hashimoto
2024-02-07
simd: use less vector ops for 16-bit
Mitchell Hashimoto
2024-02-07
simd/codepoint-width: split by 16-bit
Mitchell Hashimoto
2024-02-07
terminal: swap codepointwidth implementations
Mitchell Hashimoto
2024-02-07
simd: minor tweaks
Mitchell Hashimoto
2024-02-07
simd: remove ziglyph fallback
Mitchell Hashimoto
2024-02-07
simd/codepoint-width: reinclude correct file
Mitchell Hashimoto
2024-02-07
simd/codepoint-width: match ziglyph
Mitchell Hashimoto
2024-02-06
simd/codepoint-width: wip
Mitchell Hashimoto
2024-02-06
terminal: add tests for incomplete utf-8, fix one bug
Mitchell Hashimoto
2024-02-05
pkg/utfcpp
Mitchell Hashimoto
2024-02-05
move simdutf to a pkg
Mitchell Hashimoto
2024-02-05
simd: remove old attempts
Mitchell Hashimoto
2024-02-05
simd: implement utf8 decode until esc in C++
Mitchell Hashimoto
2024-02-05
terminal: use highway-based indexOf to support all targets
Mitchell Hashimoto
2024-02-05
simd/aarch64: additional intrinsics
Mitchell Hashimoto
2024-02-05
simd: convert indexOf, mess around with simdvt
Mitchell Hashimoto
2024-02-05
simd: utf decode using simdutf
Mitchell Hashimoto
2024-02-05
simd: utf8 decode
Mitchell Hashimoto
2024-02-05
simd: simplify isa.funcMap, find Zig compiler bug
Mitchell Hashimoto
2024-02-05
simd: isa.funcMap to ensure only possible ISAs are analyzed
Mitchell Hashimoto
2024-02-05
simd: utf8 count
Mitchell Hashimoto
2024-02-05
simd: only ref buildable decls
Mitchell Hashimoto
2024-02-05
simd/utf8: document neon better
Mitchell Hashimoto
2024-02-05
simd: utf8 validation
Mitchell Hashimoto
2024-02-05
src/simd: improve isa detection
Mitchell Hashimoto
2024-02-05
simd: indexOf implementation using NEON
Mitchell Hashimoto
2024-02-05
simd: basic ISA detection, boilerplate
Mitchell Hashimoto