-
Notifications
You must be signed in to change notification settings - Fork 86
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
using of the asm feature to improve the performance of basic functions #78
Conversation
stlankes
commented
Nov 21, 2020
•
edited
Loading
edited
- PR uses Use REP MOVSQ/STOSQ on x86_64 rust-lang/compiler-builtins#365 to improve the performance
- fix broken CI and build the bootloader on windows correctly
in principle the PR uses rust-lang/compiler-builtins#365 to improve the performance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding windows CI, also have a look at #79.
You could add the line to this PR.
The makefile shouldn't be executed with powershell, since it doesn't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the documentation you should use the following command with powershell:
echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
bors r+ |
78: using of the asm feature to improve the performance of basic functions r=jbreitbart a=stlankes - PR uses rust-lang/compiler-builtins#365 to improve the performance - fix broken CI and build the bootloader on windows correctly Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Build failed: |
bors retry |
78: using of the asm feature to improve the performance of basic functions r=jbreitbart a=stlankes - PR uses rust-lang/compiler-builtins#365 to improve the performance - fix broken CI and build the bootloader on windows correctly Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Build failed: |
bors retry |
78: using of the asm feature to improve the performance of basic functions r=jbreitbart a=stlankes - PR uses rust-lang/compiler-builtins#365 to improve the performance - fix broken CI and build the bootloader on windows correctly Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
Build failed:
|
bors retry |