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

Use stable rust #25

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Use stable rust #25

merged 1 commit into from
Feb 25, 2022

Conversation

nhynes
Copy link
Contributor

@nhynes nhynes commented Mar 30, 2021

resolves #24

benches/mrae.rs Outdated Show resolved Hide resolved
src/tests.rs Outdated Show resolved Hide resolved
src/primitives.rs Outdated Show resolved Hide resolved
@nhynes
Copy link
Contributor Author

nhynes commented Mar 31, 2021

Okay, I went and did a different thing. I bet you're going to complain about call overhead now.

@Yawning
Copy link
Contributor

Yawning commented Dec 8, 2021

Okay, I went and did a different thing. I bet you're going to complain about call overhead now.

Honestly a function call is "fine" as long as it always gets called when it is supposed to, because the overhead is negligible,
it won't force the power/clock speed transition penalties associated with the wide vector unit, and more importantly will not crash on SGX enabled Celeron/Pentium systems.

@nhynes
Copy link
Contributor Author

nhynes commented Feb 24, 2022

It's finally here

@nhynes nhynes merged commit d0f61a4 into master Feb 25, 2022
@nhynes nhynes deleted the stable-rust branch February 25, 2022 09:31
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.

Split assembly into files and compile during build script
5 participants