Skip to content

x86_64: some operations are not implemented #23320

Description

@RetroDev256

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    arch-x86_6464-bit x86backend-self-hostedenhancementSolving this issue will likely involve adding new logic or components to the codebase.

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions