8000 Implement jl.Math.{multiplyFull, multiplyHigh, unsignedMultiplyHigh}. by sjrd · Pull Request #5175 · scala-js/scala-js · GitHub
[go: up one dir, main page]

Skip to content

Implement jl.Math.{multiplyFull, multiplyHigh, unsignedMultiplyHigh}. #5175

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sjrd
Copy link
Member
@sjrd sjrd commented May 19, 2025

JavaDocs starting at https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/Math.html#multiplyFull(int,int)
multiplyFull and multiplyHigh were added in JDK 9. unsignedMultiplyHigh was added in JDK 18.

@sjrd sjrd requested a review from gzm0 May 19, 2025 15:48
sjrd added 2 commits May 19, 2025 23:28
This way, we only have `require-jdk*` directories for JDK versions
that we actually test in our CI. They also correspond to JDK LTS
versions, so they are not arbitrary.
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.

1 participant
0