projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a832757
)
fix cbrt -- rootn(x, 3), not pown(x, 3)
author
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 3 Sep 2022 02:12:23 +0000
(19:12 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 3 Sep 2022 02:12:23 +0000
(19:12 -0700)
openpower/transcendentals.mdwn
patch
|
blob
|
history
diff --git
a/openpower/transcendentals.mdwn
b/openpower/transcendentals.mdwn
index 550a4dce5d3f567590297f621f783440c3b50208..4d89ad7b23610263f1253f8bfc97201983e77bfb 100644
(file)
--- 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 "
pow
n(x, 3)"
+Note (2) synthesised in IEEE754-2019 as "
root
n(x, 3)"
Note (3) synthesised in IEEE754-2019 using "1.0 / x"