implement the power operator #50
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#50
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check for this bug: https://github.com/m-labs/artiq/issues/1505
Done in nac3artiq. @ychenfo can I leave it to you to send another PR that implements the same linking system from nac3artiq in nac3standalone (output a single .o via link_module in LLVM) and the demos, and adds IRRT there? This is the only missing bit.
There's also a problem with the nix build. https://nixbld.m-labs.hk/build/91917/nixlog/2
Thanks, I will implement the nac3artiq linking system in nac3core.
Sorry I think it's because I forgot to add clang to nix
nativeBuildInputs
(should I add it to somewhere else?). One issue related to this is that should we use unwrapped clang here so that we can specify the target to be 32bit to prevent clang from generating somezext
s fromi32
toi64
for somegep
indecies?clang wrapped was only necessary for demo.c. I rewrote it in Rust.