8285977: Add links to IEEE 754 specification

Reviewed-by: jjg, iris, bpb
This commit is contained in:
Joe Darcy 2022-05-03 16:58:19 +00:00
parent 4434c7df03
commit 3cbf769f55
7 changed files with 22 additions and 1 deletions

View file

@ -147,6 +147,9 @@ import jdk.internal.vm.annotation.IntrinsicCandidate;
* @jls 15.21.1 Numerical Equality Operators == and !=
* @jls 15.20.1 Numerical Comparison Operators {@code <}, {@code <=}, {@code >}, and {@code >=}
*
* @see <a href="https://standards.ieee.org/ieee/754/6210/">
* <cite>IEEE Standard for Floating-Point Arithmetic</cite></a>
*
* @author Lee Boynton
* @author Arthur van Hoff
* @author Joseph D. Darcy