Updated rustc for fast memcpy #74
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pca006132/zynq-rs:master"
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?
Updated rustc, now using fast memcpy.
Tested with experiments, seems to work now after fixing some new warnings.
Closes #73
@ -14,3 +14,3 @@
inherit cargoSha256;
nativeBuildInputs = [ cargo-xbuild ];
nativeBuildInputs = [ cargo-xbuild pkgs.llvmPackages_9.clang-unwrapped];
space at the end
@ -13,6 +13,8 @@ in
pkgs.openocd pkgs.gdb
pkgs.openssh pkgs.rsync
pkgs.llvmPackages_9.llvm
Where is LLVM used?
will remove that
5241b48ac6
to4aa252546f
This will break kernels in artiq-zynq when we update, right?
Nope, I have tested, at least the
test_performance.py
works, we can run other tests later.