From b59f1b7f8cd6540716110dfbe355ccfc2f2638fe Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 2 Sep 2022 19:12:23 -0700 Subject: [PATCH] fix cbrt -- rootn(x, 3), not pown(x, 3) --- openpower/transcendentals.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2