commit | 143410c88f2575d83633fc1bd60279865c1e0257 | [log] [tgz] |
---|---|---|
author | Severin Gehwolf <sgehwolf@openjdk.org> | Mon Sep 17 10:53:56 2018 +0200 |
committer | Severin Gehwolf <sgehwolf@openjdk.org> | Mon Sep 17 10:53:56 2018 +0200 |
tree | ac17bb1b888663ec63a7aa0276e77de13394d2f0 | |
parent | 791c453c22f92f3d4b3e033cba44b926e8cdaf3b [diff] |
8210416: [linux] Poor StrictMath performance due to non-optimized compilation Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches. Reviewed-by: aph, erikj, dholmes, darcy, ihse