Add in 1-arg transcendental functions
authorpham.michael.98@a029fe8ac2da19fcd7269c492cf0410b2e5fd4cc <phammichael98@web>
Mon, 12 Aug 2019 01:41:37 +0000 (02:41 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 12 Aug 2019 01:41:37 +0000 (02:41 +0100)
ztrans_proposal.mdwn

index 0fb8f2affecb877282ca526e8bc0b93e87405b43..757c1769cc0f6c5d5589c9db689a17c073fd265d 100644 (file)
@@ -111,6 +111,16 @@ FTANH                           | tanh                | NONE             | NONE
 FASINH                          | asinh               | NONE             | NONE               | NONE |
 FACOSH                         | acosh             | NONE              | NONE              | NONE |
 FATANH                          | atanh              | NONE             | NONE               | NONE |
+FRSQRT                         | rsqrt                | half_rsqrt       | native_rsqrt      | NONE |
+FCBRT                            | cbrt                 | NONE            | NONE                | NONE |
+FEXP2                            | exp2                | half_exp2       | native_exp2      | NONE |
+FLOG2                            | log2                 | half_log2       | native_log2       | NONE |
+FEXPM1                         | expm1               | NONE            | NONE                | NONE |
+FLOG1P                          | log1p               | NONE             | NONE                | NONE |
+FEXP                              | exp                   | half_exp         | native_exp         | NONE |
+FLOG                              | log                   | half_log          | native_log          | NONE |
+FEXP10                          | exp10               | half_exp10      | native_exp10     | NONE |
+FLOG10                          | log10               | half_log10       | native_log10      | NONE |
 """]]
 
 # Synthesis, Pseudo-code ops and macro-ops