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

don't run tests on targets that have QEMU issues #21

Merged
merged 3 commits into from
Aug 9, 2016
Merged

don't run tests on targets that have QEMU issues #21

merged 3 commits into from
Aug 9, 2016

Conversation

japaric
Copy link
Member

@japaric japaric commented Aug 9, 2016

cc #2

@japaric japaric merged commit 8330a13 into master Aug 9, 2016
@japaric japaric deleted the qemu branch August 9, 2016 17:23
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
84: Implement fmod r=japaric a=P1n3appl3

closes rust-lang#21 
I replaced the `isnanf()` function from `fmodf()` with a call to the core function `is_nan()`. If there's a reason we needed to re-implement it then I can change that back.

Also I couldn't figure out what to do in `src/lib.rs`. Is the `#[cfg(todo]` that I should be removing the one for `mod_euc()`? If so why is the equivalent one for the `f64` version still there?

Co-authored-by: Joseph Ryan <[email protected]>
Co-authored-by: Jorge Aparicio <[email protected]>
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.

None yet

1 participant