Vivek Deshpande
|
1a188cf07a
|
8154122: Intrinsify fused mac operations
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
|
2016-08-26 12:20:09 -07:00 |
|
Joe Darcy
|
d6dfc0bef3
|
8164524: Correct inconsistencies in floating-point abs spec
Reviewed-by: martin, bpb
|
2016-08-22 17:22:09 -07:00 |
|
Brian Burkhalter
|
d46ee264df
|
8161413: Math.fma javadoc doesn't have @since 9
Add @since tag for float and double versions of fma().
Reviewed-by: rriggs
|
2016-07-15 12:30:10 -07:00 |
|
Joe Darcy
|
edf1a42740
|
8157527: Replace @since 1.9 with @since 9 on new math methods
Reviewed-by: chegar
|
2016-05-22 18:23:02 -07:00 |
|
Brian Burkhalter
|
3497da36a2
|
8023217: Additional floorDiv/floorMod/multiplyExact methods for java.lang.Math
Add new methods with long, int signatures.
Reviewed-by: darcy, scolebourne
|
2015-09-29 17:28:44 -07:00 |
|
Brian Burkhalter
|
8c58aff49d
|
5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.
Reviewed-by: darcy
|
2016-05-20 14:41:41 -07:00 |
|
Joe Darcy
|
965536262b
|
4851642: Add fused multiply add to Java math library
Reviewed-by: bpb, nadezhin
|
2016-04-15 10:14:57 -07:00 |
|
Joe Darcy
|
a188f9045f
|
8149896: Remove unnecessary values in FloatConsts and DoubleConsts
Reviewed-by: shade, psandoz, lbourges, mduigou
|
2016-02-16 09:09:31 -08:00 |
|
Chris Hegarty
|
7e4d56677d
|
8145990: Move sun.misc math support classes to jdk.internal.math
Reviewed-by: bpb, darcy
|
2015-12-22 12:17:25 +00:00 |
|
Zoltan Majo
|
94d36649af
|
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
|
2015-07-03 07:23:45 +02:00 |
|
Martin Buchholz
|
08eb67b941
|
8067377: My hobby: caning, then then canning, the the can-can
Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
|
2014-10-30 07:31:41 -07:00 |
|
Brian Burkhalter
|
a5187396f5
|
4477961: java.lang.Math.toDegrees(double) could be optimized
Change toDegrees() and toRadians() to multiplication by a compile-time constant.
Reviewed-by: mduigou, shade
|
2014-09-22 16:59:23 -07:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|