Help with inline assembly x86_64
|
|
16
|
241
|
May 26, 2025
|
How to run a test where the test runner depends on the thing being tested?
|
|
1
|
49
|
May 24, 2025
|
Thread xxxx panic: applying non-zero offset 65536 to null pointer when calling to a C function
|
|
3
|
70
|
May 24, 2025
|
Is the compiler allowed to clobber struct padding?
|
|
3
|
136
|
May 17, 2025
|
Linking against static lib which needs __addvsi3, __subvsi3, __mulvsi3, __subvdi3
|
|
3
|
123
|
May 16, 2025
|
Why is the WASM output so complicated?
|
|
2
|
224
|
May 16, 2025
|
What would second implementation of Zig need to compile/bootstrap Zig?
|
|
3
|
261
|
May 15, 2025
|
Call a variadic C function from generic Zig code without overhead
|
|
0
|
99
|
May 14, 2025
|
Can someone explain why zig is moving away from llvm but in simple way?
|
|
11
|
7848
|
May 13, 2025
|
Unlinking Libraries?
|
|
9
|
244
|
May 1, 2025
|
Slow execution of the program with newest zig version
|
|
29
|
1028
|
April 27, 2025
|
Comment contains invalid byte: '\t'
|
|
10
|
419
|
April 25, 2025
|
How does one deal with deeply nested comptime loops?
|
|
3
|
82
|
April 23, 2025
|
Proposal: Allow Function Intstrumentation
|
|
3
|
304
|
April 22, 2025
|
Proposal : builtin @assert() One assert to rule them all
|
|
17
|
610
|
April 22, 2025
|
New Compaction-based Zig Tokenizer
|
|
18
|
751
|
April 21, 2025
|
Expected type '*T', found '*const T' in tagged union switch
|
|
12
|
216
|
April 19, 2025
|
Why do some builtins use result types and others don't?
|
|
2
|
173
|
April 15, 2025
|
@setEvalBranchQuota() in cimport failed
|
|
2
|
81
|
April 13, 2025
|
A noob builds zig from source
|
|
5
|
275
|
April 9, 2025
|
Zig build-exe --print_air for C file
|
|
1
|
52
|
April 8, 2025
|
Huge binary freestanding / STM32 (Zig 0.14.0)
|
|
9
|
404
|
April 7, 2025
|
Local variable requires a valid scope
|
|
2
|
141
|
April 6, 2025
|
Writing a Brainf**k compiler in Zig (solved)
|
|
3
|
117
|
April 6, 2025
|
Incremental Compilation on Mac
|
|
3
|
116
|
April 6, 2025
|
std::char_traits<unsigned char> compilation error
|
|
2
|
138
|
April 4, 2025
|
SIMD generation for large arrays
|
|
9
|
408
|
March 29, 2025
|
Error: depends on itself
|
|
5
|
212
|
March 20, 2025
|
How to detect at comptime an struct field that is default initialized to undefined?
|
|
11
|
225
|
March 15, 2025
|
How can I debug JIT-built zig tools like Aro translate-c?
|
|
2
|
142
|
March 14, 2025
|