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

Clear stage 1 #292

Merged
merged 10 commits into from
Sep 24, 2020
Merged

Clear stage 1 #292

merged 10 commits into from
Sep 24, 2020

Conversation

workingjubilee
Copy link
Member

@workingjubilee workingjubilee commented Sep 23, 2020

Interesting discovery: packed_simd is incompatible with libm 0.2! (no longer visible, reverted commit)

Fixes #287.

@workingjubilee workingjubilee force-pushed the go-green branch 2 times, most recently from 456089d to 74619b1 Compare September 23, 2020 19:32
@workingjubilee workingjubilee mentioned this pull request Sep 23, 2020
Since the project goal has shifted to long-term maintenance and
deprecation, denying lints in clippy's "pedantic" segment just adds
more overhead.
Mostly allowing correct mathematical operations and fixing some
pointer casts to clippy's preferences.
Also:
Remove superfluous unit return
Allow mut of const temporaries
Use more precise PI const
Don't index in loop
@workingjubilee workingjubilee force-pushed the go-green branch 2 times, most recently from 343b107 to 082a651 Compare September 24, 2020 00:04
@workingjubilee workingjubilee added this to the 0.3.4 milestone Sep 24, 2020
@workingjubilee
Copy link
Member Author

Sorry, I should've marked this as a WIP/draft~ It's basically done now though. It doesn't clear stage 2 as of my penultimate commit (it might now?) but it gets to stage 2, which means it builds and can run the examples and benches... and thus, user code!

@workingjubilee workingjubilee changed the title Let's go green Clear stage 1 Sep 24, 2020
@workingjubilee
Copy link
Member Author

Shouldn't have tried to keep going into stage 2! Ah well.

@workingjubilee workingjubilee merged commit c61141b into rust-lang:master Sep 24, 2020
@workingjubilee
Copy link
Member Author

sorstage1clear_3824

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.

Get rid of all MMX code
3 participants