From de4887cd4857904eddd3caa6e519175d0e84c6b6 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 7 Jul 2022 19:01:49 +0100 Subject: [PATCH] --- openpower/transcendentals.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openpower/transcendentals.mdwn b/openpower/transcendentals.mdwn index 601e0276f..c950a3ce7 100644 --- a/openpower/transcendentals.mdwn +++ b/openpower/transcendentals.mdwn @@ -208,8 +208,7 @@ software emulation | FEXP | exponential | rd = pow(e, rs1) | ZftransExt | | FLOG | natural log (base e) | rd = log(e, rs1) | ZftransExt | | FEXP10M1 | power-10 minus 1 | rd = pow(10, rs1) - 1.0 | ZftransExt | -| FLOG2P1 | log10 plus 1 | rd = log(10, 1 + rs1) | ZftransExt | -| FEXP2 | power-of-2 | rd = pow(2, rs1) | Zftrans | +| FLOG10P1 | log10 plus 1 | rd = log(10, 1 + rs1) | ZftransExt | | FEXP10 | power-of-10 | rd = pow(10, rs1) | ZftransExt | | FLOG10 | log base 10 | rd = log(10, rs1) | ZftransExt | -- 2.30.2