From: Jacob Lifshay Date: Sat, 3 Sep 2022 02:12:23 +0000 (-0700) Subject: fix cbrt -- rootn(x, 3), not pown(x, 3) X-Git-Tag: opf_rfc_ls005_v1~718 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b59f1b7f8cd6540716110dfbe355ccfc2f2638fe;p=libreriscv.git fix cbrt -- rootn(x, 3), not pown(x, 3) --- diff --git a/openpower/transcendentals.mdwn b/openpower/transcendentals.mdwn index 550a4dce5..4d89ad7b2 100644 --- a/openpower/transcendentals.mdwn +++ b/openpower/transcendentals.mdwn @@ -179,7 +179,7 @@ compound, exp2m1, exp10m1, log2p1, log10p1, pown (integer power) and powr. Note (1) FSINCOS is macro-op fused (see below). -Note (2) synthesised in IEEE754-2019 as "pown(x, 3)" +Note (2) synthesised in IEEE754-2019 as "rootn(x, 3)" Note (3) synthesised in IEEE754-2019 using "1.0 / x"