commit | d13613ac586d134ded53cbdf1c0b1415412df998 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Sat Dec 07 23:44:02 2019 +0200 |
committer | Martin Storsjö <martin@martin.st> | Mon Dec 09 00:37:11 2019 +0200 |
tree | 5510858cdb85b8cc59052caf51e3330fc397ad4a | |
parent | 00f0339bea428d6882c6c69fc113c91caacb8a58 [diff] |
crt: arm: Use a bit twiddling implementation of rint* Split the implementation file per architecture, and use a BSD/Sun implementation of rint/rintf for arm, as the previous arm implementation used signed 32 bit integer intermediates. Signed-off-by: Martin Storsjö <martin@martin.st>