math: Remove bogus math implementations
commit9c61303ebbdc6e727c89591bff3229c9fbfa438b
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 30 Jan 2024 16:54:27 +0000 (30 13:54 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 1 Feb 2024 12:31:33 +0000 (1 09:31 -0300)
tree9d79dac55d17dd4c6ec0ae2a034f1b413ee3a8c4
parent42cc619dfbc44e263239c2de870bae11ad65810a
math: Remove bogus math implementations

The exp10, exp10l, fma, fmaf, and fmal default implementation do not
implement the appropriate semantics nor with an reasonable accuracy.
They are also not used by any supported port.
math/e_exp10.c [deleted file]
math/e_exp10l.c [deleted file]
math/s_fma.c [deleted file]
math/s_fmaf.c [deleted file]
math/s_fmal.c [deleted file]