• Joined on 2025年12月07日
neoto opened issue ziglang/zig#35849 2026年06月19日 13:01:57 +02:00
Unable to pass ABI-related options to LLD without changing CPU features
neoto commented on pull request ziglang/zig#35810 2026年06月18日 13:36:56 +02:00
std.Target: add PSX
neoto commented on pull request ziglang/zig#35810 2026年06月18日 13:24:25 +02:00
std.Target: add PSX
neoto commented on pull request ziglang/zig#35810 2026年06月18日 13:17:17 +02:00
std.Target: add PSX

That's how most places in the homebrew scene seem to refer to it. Sony themselves haven't really been completely consistent either: in the docs included in PSYQ, they mostly use R3000, but then...

neoto commented on pull request ziglang/zig#35810 2026年06月18日 13:16:27 +02:00
std.Target: add PSX

Erm, I'll be honest, I just checked whether what Rust uses can be found in LLVM, found [this](https://github.com/llvm/llvm-project/pull/185427/changes#diff-024111991de6670ba43ee3c237fb38e55b84b81d2...

neoto commented on pull request ziglang/zig#35810 2026年06月18日 13:15:57 +02:00
std.Target: add PSX

For my use case, which is using PCSX-Redux's psyq-obj-parser to turn PSYQ's lib and obj files into ELFs,...

neoto commented on pull request ziglang/zig#35810 2026年06月16日 21:48:50 +02:00
std.Target: add PSX

Uhhh, this probably slipped in when I was resolving conflicts. I'll fix this when I get a review.

neoto created pull request ziglang/zig#35810 2026年06月16日 16:56:08 +02:00
std.Target: add PSX
neoto commented on pull request ziglang/zig#35767 2026年06月14日 21:51:41 +02:00
Handle TERM=dumb for stdout/stderr

Yeh, LGTM

neoto commented on pull request ziglang/zig#35767 2026年06月14日 19:14:35 +02:00
Handle TERM=dumb for stdout/stderr

Makes sense. Wasn't even looking whether that covers what I'm guessing is the Windows equivalent of TERM=dumb, just noticed that the check was in two places. Anyway, I think the following reads...

neoto commented on pull request ziglang/zig#35767 2026年06月14日 11:29:42 +02:00
Handle TERM=dumb for stdout/stderr

Windows is already handled above

neoto commented on pull request ziglang/zig#35339 2026年06月08日 21:54:19 +02:00
std.Target: Add wiiu target information

Ditto

neoto commented on pull request ziglang/zig#35339 2026年06月08日 21:54:18 +02:00
std.Target: Add wiiu target information

Formatting

neoto commented on issue ziglang/zig#31341 2026年06月07日 19:05:01 +02:00
Add target information for more game consoles
neoto commented on pull request ziglang/zig#35339 2026年06月06日 12:04:30 +02:00
std.Target: Add wiiu target information
neoto commented on pull request ziglang/zig#35339 2026年06月06日 11:57:35 +02:00
std.Target: Add wiiu target information

Damn, never would have thought that adding a new target could result in so many changes.

neoto commented on pull request ziglang/zig#35387 2026年05月22日 12:58:22 +02:00
libzigc: log1p, log1pf

hx? Also why 0xBFF0000000000000 instead of 0xBFF00000?

neoto commented on pull request ziglang/zig#35339 2026年05月18日 17:59:33 +02:00
std.Target: Add wiiu target information

You missed the comma here

neoto commented on pull request ziglang/zig#35174 2026年05月03日 00:27:51 +02:00
WIP: SPIR-V backend fixes encountered while targeting Vulkan compute

This is auto-generated by updating and running tools/update_cpu_features.zig. How you run it is a mystery though - no matter how and what kind of arguments I pass, I can't get it to work.

neoto commented on pull request ziglang/zig#31939 2026年04月19日 21:33:59 +02:00
Use μs for microseconds in std.Io.Duration formatting

Can get rid of the @as here - feels much better IMO.