Updated rustc for fast memcpy #74

Merged
sb10q merged 6 commits from pca006132/zynq-rs:master into master 2021-01-15 17:40:02 +08:00

Updated rustc, now using fast memcpy.

Tested with experiments, seems to work now after fixing some new warnings.

Closes #73

Updated rustc, now using fast memcpy. Tested with experiments, seems to work now after fixing some new warnings. Closes #73
pca006132 added 2 commits 2021-01-15 16:51:21 +08:00
sb10q reviewed 2021-01-15 17:00:33 +08:00
default.nix Outdated
@ -14,3 +14,3 @@
inherit cargoSha256;
nativeBuildInputs = [ cargo-xbuild ];
nativeBuildInputs = [ cargo-xbuild pkgs.llvmPackages_9.clang-unwrapped];

space at the end

space at the end
sb10q reviewed 2021-01-15 17:00:48 +08:00
shell.nix Outdated
@ -13,6 +13,8 @@ in
pkgs.openocd pkgs.gdb
pkgs.openssh pkgs.rsync
pkgs.llvmPackages_9.llvm

Where is LLVM used?

Where is LLVM used?

will remove that

will remove that
pca006132 force-pushed master from 5241b48ac6 to 4aa252546f 2021-01-15 17:08:35 +08:00 Compare
sb10q merged commit 4aa252546f into master 2021-01-15 17:40:02 +08:00

This will break kernels in artiq-zynq when we update, right?

This will break kernels in artiq-zynq when we update, right?

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.

> 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.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#74
There is no content yet.