From d0ee22bc726c5548d5867885840cd292b66f89f7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 11 Sep 2019 03:20:33 +0100 Subject: [PATCH] add AMD, whitespace --- ztrans_proposal.mdwn | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index a4c3befb1..32605bce0 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -415,6 +415,7 @@ FACOS | arccos (radians) | rd = acos(rs1) | Zarctrignpi | FATAN | arctan (radians) | rd = atan(rs1) | Zarctrignpi | FSINPI | sin times pi | rd = sin(pi * rs1) | Ztrigpi | FCOSPI | cos times pi | rd = cos(pi * rs1) | Ztrigpi | + FTANPI | tan times pi | rd = tan(pi * rs1) | Ztrigpi | FASINPI | arcsin / pi | rd = asin(rs1) / pi | Zarctrigpi | FACOSPI | arccos / pi | rd = acos(rs1) / pi | Zarctrigpi | @@ -461,6 +462,16 @@ Vivante Embedded/Mobile 3D (etnaviv