(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jul 2022 17:21:46 +0000 (18:21 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jul 2022 17:21:46 +0000 (18:21 +0100)
openpower/power_trans_ops.mdwn

index c9497d0eec35fa1d76bdce358757cfe143dbbd71..d0a13688f4bcd3bbbcb94d93b22ab9d8bc0ed384 100644 (file)
@@ -48,12 +48,16 @@ Recommended 10-bit XO with the low 5 LSBs 01110 and 01111:
 | frsqrt(s)| Reciprocal Square-root   | 11110 01110     |
 | fcbrt(s) | Cube Root                | 11111 01110     |
 | frecip(s)| Reciprocal               | 11110 01111     |
+| fexp2m1(s)| power-2 minus 1      | 00101 01110     |
+| flog2p1(s)| log2 plus 1               | 00110 01110     |
 | fexp2(s) | power-of-2               | 00011 01110     |
 | flog2(s) | log2                     | 00011 01111     |
 | fexpm1(s)| exponential minus 1      | 00101 01110     |
-| flog1p(s)| log plus 1               | 00110 01110     |
+| flogp1(s)| log plus 1               | 00110 01110     |
 | fexp(s)  | exponential              | 00111 01110     |
 | flog(s)  | natural log (base e)     | 00111 01111     |
+| fexp10m1(s)| power-10 minus 1      | 00101 01110     |
+| flog10p1(s)| log10 plus 1               | 00110 01110     |
 | fexp10(s)| power-of-10              | 11011 01110     |
 | flog10(s)| log base 10              | 11011 01111     |