alpha
Login
or
Join now
ptr.pet
/
ghostty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ghostty
/
src
/
simd
/
at
main
12 files
Mitchell Hashimoto
pkg/highway: vendor and modify to remain all libc usage
3mo ago
f3f9af61
base64.cpp
pkg/highway: vendor and modify to remain all libc usage
3 months ago
base64.zig
perf: replace `std.debug.assert` with inlined version See doc comment in `quirks.zig` for reasoning
8 months ago
base64_scalar.zig
perf: replace `std.debug.assert` with inlined version See doc comment in `quirks.zig` for reasoning
8 months ago
codepoint_width.cpp
pkg/highway: vendor and modify to remain all libc usage
3 months ago
codepoint_width.zig
fix comment
10 months ago
index_of.cpp
libghostty: Remove all libc++ and libc++ ABI dependencies This updates simdutf to my fork which has a SIMDUTF_NO_LIBCXX option that removes all libc++ and libc++ ABI dependencies. From there, the hand-written simd code we have has been updated to also no longer use any libc++ features. Part of this required removing utfcpp since it depended on libc++ (`<iterator>`). libghostty-vt now only depends on libc.
4 months ago
index_of.h
libghostty: Remove all libc++ and libc++ ABI dependencies This updates simdutf to my fork which has a SIMDUTF_NO_LIBCXX option that removes all libc++ and libc++ ABI dependencies. From there, the hand-written simd code we have has been updated to also no longer use any libc++ features. Part of this required removing utfcpp since it depended on libc++ (`<iterator>`). libghostty-vt now only depends on libc.
4 months ago
index_of.zig
Remove unused imports
8 months ago
main.zig
simd: add scalar fallbacks to all for build_options.simd false
10 months ago
vt.cpp
pkg/highway: vendor and modify to remain all libc usage
3 months ago
vt.h
simd: implement utf8 decode until esc in C++
2 years ago
vt.zig
libghostty: Remove all libc++ and libc++ ABI dependencies This updates simdutf to my fork which has a SIMDUTF_NO_LIBCXX option that removes all libc++ and libc++ ABI dependencies. From there, the hand-written simd code we have has been updated to also no longer use any libc++ features. Part of this required removing utfcpp since it depended on libc++ (`<iterator>`). libghostty-vt now only depends on libc.
4 months ago