Remove fast round(3) implementation for hppa. It is a nice idea, but does not
authormiod <miod@openbsd.org>
Fri, 27 Jan 2023 16:42:03 +0000 (16:42 +0000)
committermiod <miod@openbsd.org>
Fri, 27 Jan 2023 16:42:03 +0000 (16:42 +0000)
commitccdc49426f6e7e94304a3cb94eea2f5efdd18ae7
treede2fddb64166698e0db0284368ead9ea78d2e575
parentab9a8d55e502e5259ac3caa4194f20a01419624b
Remove fast round(3) implementation for hppa. It is a nice idea, but does not
round in the right direction for halfway values.
(noticed in the perl test results thanks to afresh1@)
lib/libm/arch/hppa/s_round.c [deleted file]
lib/libm/arch/hppa/s_roundf.c [deleted file]