Skip to content

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Aug 13, 2016

closes #31

cc @Amanieu tests for muldi and udivdi3 are now failing due to overflows. I've yet to investigate.

}
}

arbitrary!(I32: i32);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure if these should also use the arbitrary_large generation method. Does any intrinsic have special handling of cases where the lower/higher half-word is zero?

@Amanieu
Copy link
Member

Amanieu commented Aug 14, 2016

Ah yes, nice catch in muldi, it looks fine to me.

@japaric japaric merged commit 1f3bad0 into master Aug 14, 2016
@japaric japaric deleted the qc branch August 14, 2016 00:27
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
Also includes implementing the private k_tan function.

Closes rust-lang#36
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
110: Implement tan r=japaric a=porglezomp

Also includes implementing the private `k_tan` function.

Closes rust-lang#36

Co-authored-by: C Jones <[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.

Quickcheck and test coverage
2 participants