(no commit message)
authorlkcl <lkcl@web>
Mon, 5 Aug 2019 06:37:01 +0000 (07:37 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 5 Aug 2019 06:37:01 +0000 (07:37 +0100)
ztrans_proposal.mdwn

index 9cc4112eb14a1554fee34407de9e1d79d583af2f..6c41aba5ca394186c7fa6e17c024f95b37c3bd74 100644 (file)
@@ -56,6 +56,8 @@ FATANH   | inverse hyperbolic tan   |                         | ZtransExt |
 # Pseudo-code ops
 
 * FRCP rd, rs1 - pseudo-code alias for rd = 1.0 / rs1
-* SINCOS - fused macro-op between FSIN and FCOS (issued in that order).
-* SINCOSPI - fused macro-op between FSINPI and FCOSPI (issued in that order).
+* FATAN - pseudo-code alias for rd = atan2(rs1, 1.0) - FATAN2
+* FATANPI - pseudo alias for rd = atan2pi(rs1, 1.0) - FATAN2PI
+* FSINCOS - fused macro-op between FSIN and FCOS (issued in that order).
+* FSINCOSPI - fused macro-op between FSINPI and FCOSPI (issued in that order).