Skip to content
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

Merged
merged 7 commits into from
Nov 21, 2020

Conversation

stlankes
Copy link
Contributor

@stlankes stlankes commented Nov 21, 2020

Copy link
Contributor

@jschwe jschwe left a 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.
Copy link
Contributor

@jschwe jschwe left a 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

@jbreitbart
Copy link
Contributor

bors r+

bors bot added a commit that referenced this pull request Nov 21, 2020
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>
@bors
Copy link
Contributor

bors bot commented Nov 21, 2020

Build failed:

@stlankes
Copy link
Contributor Author

bors retry

bors bot added a commit that referenced this pull request Nov 21, 2020
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>
@bors
Copy link
Contributor

bors bot commented Nov 21, 2020

Build failed:

@stlankes
Copy link
Contributor Author

bors retry

bors bot added a commit that referenced this pull request Nov 21, 2020
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>
@bors
Copy link
Contributor

bors bot commented Nov 21, 2020

Build failed:

  • Test (ubuntu-latest, nightly)

@stlankes
Copy link
Contributor Author

bors retry

@bors bors bot merged commit b996b4b into hermit-os:master Nov 21, 2020
@stlankes stlankes deleted the asm branch November 21, 2020 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants