Skip to content

Add support for sub*f3vfp and add*f3vfp #228

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

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Conversation

paoloteti
Copy link
Contributor

As done before for mul and div let's use extern "C" to generate "aapcs" or "aapcs-vfp" depending on target configuration.

As done before for mul and div let's use extern "C" to generate `"aapcs"`
or `"aapcs-vfp"` depending on target configuration.
@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Feb 5, 2018

📌 Commit 13db8bf has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Feb 5, 2018

⌛ Testing commit 13db8bf with merge 3e7fba7...

bors added a commit that referenced this pull request Feb 5, 2018
Add support for sub*f3vfp and add*f3vfp

As done before for `mul` and `div` let's use extern "C" to generate `"aapcs"` or `"aapcs-vfp"` depending on target configuration.
@bors
Copy link
Contributor

bors commented Feb 5, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 3e7fba7 to master...

@bors bors merged commit 13db8bf into rust-lang:master Feb 5, 2018
@paoloteti paoloteti deleted the eabihf branch February 5, 2018 20:25
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
Looks like the implementation was not ported correctly. Some negations
were forgotten in a certain branch. Here is the original code in musl
that has the negations:

https://github.com/bpowers/musl/blob/94cb2ec2a0ffcb47d24dbf7a30e462505396cf54/src/math/sincosf.c#L66-L67

Resolves rust-lang#228
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