commit | 4484ba7cb1f33d12828c159411eb42f4ef4cf466 | [log] [tgz] |
---|---|---|
author | Usama Arif <usama.arif@linaro.org> | Wed Oct 30 14:29:08 2019 +0000 |
committer | rohan <purohit.rohan@gmail.com> | Sun Jun 28 03:23:27 2020 -0400 |
tree | 9f2a7c506104b747b5bf00e53b71d74c1f3dbf40 | |
parent | 46309acc5cccf4ab15ec3699861beb8b8e243c1d [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 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>