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 redundant modifier strictfp on Java 17 #14438

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

tangjiangling
Copy link
Member

Since Intel and AMD have both long supported SSE2 and later extensions
which allow natural support for strict floating-point semantics, the
technical motivation for having a default floating-point semantics
different than strict is no longer present.

See https://bugs.openjdk.org/browse/JDK-8175916

Release notes

(x) This is not user-visible or docs only and no release notes are required.

Since Intel and AMD have both long supported SSE2 and later extensions
which allow natural support for strict floating-point semantics, the
technical motivation for having a default floating-point semantics
different than strict is no longer present.

See https://bugs.openjdk.org/browse/JDK-8175916
@cla-bot cla-bot bot added the cla-signed label Oct 3, 2022
@tangjiangling tangjiangling added the no-release-notes This pull request does not require release notes entry label Oct 3, 2022
@martint martint merged commit c55ad07 into trinodb:master Oct 24, 2022
@github-actions github-actions bot added this to the 401 milestone Oct 24, 2022
@tangjiangling tangjiangling deleted the remove-redundant-strictfp branch October 25, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

2 participants