From 563247f0a352aefd48c66ac81b233ba0571c4172 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 5 Aug 2019 07:37:01 +0100 Subject: [PATCH] --- ztrans_proposal.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 9cc4112eb..6c41aba5c 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -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). -- 2.30.2