Skip to content

x86_64: some operations are not implemented #23320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RetroDev256 opened this issue Mar 22, 2025 · 1 comment
Open

x86_64: some operations are not implemented #23320

RetroDev256 opened this issue Mar 22, 2025 · 1 comment
Labels
arch-x86_64 64-bit x86 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Milestone

Comments

@RetroDev256
Copy link
Contributor

Zig Version

0.15.0-dev.56+d0911786c

Steps to Reproduce and Observed Behavior

  1. Place this into a file named airSubSat.zig:
pub export fn _start() void {
    var int: u113 = 0;
    int -|= 1;
}
  1. Run zig build-exe -fno-llvm airSubSat.zig
  2. Observe the output:
    Image

Expected Behavior

I expect Zig to successfully compile the file.

@RetroDev256 RetroDev256 added the bug Observed behavior contradicts documented or intended behavior label Mar 22, 2025
@jacobly0
Copy link
Member

I don't want one issue open for every TODO implement, so any future ones will be closed as duplicates of this tracking issue.

@jacobly0 jacobly0 added this to the 0.15.0 milestone Mar 23, 2025
@jacobly0 jacobly0 added enhancement Solving this issue will likely involve adding new logic or components to the codebase. and removed bug Observed behavior contradicts documented or intended behavior labels Mar 23, 2025
@jacobly0 jacobly0 changed the title airSubSat not implemented for u113 - Self Hosted x86 x86_64: some operations are not implemented Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-x86_64 64-bit x86 backend-self-hosted enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Projects
None yet
Development

No branches or pull requests

3 participants