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

Remove unsupported *vfp fn #678

Merged
merged 5 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
missing newline
  • Loading branch information
sbechet committed Sep 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3827ecae13bb81e67cdf1de1d4520f65eda53e0c
2 changes: 1 addition & 1 deletion testcrate/tests/addsub.rs
Original file line number Diff line number Diff line change
@@ -138,4 +138,4 @@ mod float_addsub_f128_ppc {
float_sum! {
f128, __addkf3, __subkf3, Quad, not(feature = "no-sys-f128");
}
}
}
2 changes: 1 addition & 1 deletion testcrate/tests/mul.rs
Original file line number Diff line number Diff line change
@@ -152,4 +152,4 @@ mod float_mul_f128_ppc {
float_mul! {
f128, __mulkf3, Quad, not(feature = "no-sys-f128");
}
}
}
Loading