commit | 617945da7a7634f4694e81cada7a05fc695c3c4c | [log] [tgz] |
---|---|---|
author | Usama Arif <usama.arif@linaro.org> | Wed Oct 30 14:29:08 2019 +0000 |
committer | Usama Arif <usama.arif@linaro.org> | Fri Nov 08 14:11:40 2019 +0000 |
tree | 0137a10730ee16f43ad38ae705cee640205be180 | |
parent | d74c1cd61ff9c240423a1f788c82dc844aad2d74 [diff] |
Use round to nearest with ties to nearest even in FP16.rint As stated in IEEE_754, the default rounding mode is Round to nearest, ties to even. This CL switches the round implementation to use this rounding method. Test: cts-tradefed run singleCommand cts-dev --module CtsLibcoreTestCases --test libcore.libcore.util.FP16Test Change-Id: I7d91f7a3870d662a8c8b7a4fb3a26fe862e35901