From fd803c6486375375f50230a8574987c09556bba4 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 12 Aug 2019 14:42:02 +0100 Subject: [PATCH] add sincos as macro-op fused --- ztrans_proposal.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index 6498ec39d..b48be0e3e 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -66,6 +66,7 @@ Proposed opcode | OpenCL FP32 | OpenCL FP16 | OpenCL native | OpenCL fast | FSIN | sin | half\_sin | native\_sin | NONE | FCOS | cos | half\_cos | native\_cos | NONE | FTAN | tan | half\_tan | native\_tan | NONE | +NONE (1) | sincos | NONE | NONE | NONE | FASIN | asin | NONE | NONE | NONE | FACOS | acos | NONE | NONE | NONE | NONE (3) | atan | NONE | NONE | NONE | @@ -98,6 +99,8 @@ FROOT | rootn | NONE | NONE | NONE | FHYPOT | hypot | NONE | NONE | NONE | """]] +Note (1) FSINCOS is macro-op fused (see below). + Note (2) FATANPI is a synthesised alias, below. Note (3) FATAN2 is a sythesised alias, below. -- 2.30.2