Giuseppe Cesarano
GiuseppeCesarano · he/him
-
Joined on
2025年11月27日
Fix red-zone flag generation
05933b114f
Fix red-zone flag generation
0a3786d0c9
improve DiFile
4f7170f8a3
BrkAllocator: Fix big_size_class_count holding the max index rather than count
b0f124d46d
std.zig.PkgConfig: recognize -pthread
f83e200ac0
flate.Compress.*: make finish public
a0c2425e2d
x86_64: fix cond br saved state
no_builtin flag isn't always respected.
no_builtin flag isn't always respected.
Thank you and sorry for the wrongful report.
no_builtin flag isn't always respected.
Understandable, but then which configuration would give access to the builtins without external dependencies? Because even turning no_builtin = false, soft floating point symbols are not found...
6dc26b645b
init
no_builtin flag isn't always respected.
There are too many integer parsing implementations in the standard library
The thing is, if the buffer length is equal to or less than the machine's @sizeOf(usize) and if no special formatting is required, SWAR techniques are usually better.
There are too many integer parsing implementations in the standard library
I want to point out that it's clear that the intent for some of these was to optimize the implementation for a specific use case. A clear example of this is the first three functions. While I feel...
f1267e02c4
std.http.test: disable tests on openbsd
b671baee1a
ci: cut down the amount of stuff being run on riscv64-linux
fc517bd01c
Compilation: fix incorrect saved buf count
545982c029
Merge pull request 'A few Windows fixes' (#30757) from squeek502/zig:windows-misc-fixes into master
514f6e589c
feat(libzigc): use common integer
ato* and strto* implementations
build-exe will emit binary even if file doesn't exist