From: lkcl Date: Thu, 12 Sep 2019 20:45:38 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4087 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ff33b74a84025052a82158509f9caeecda1681c;p=libreriscv.git --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index af72e4198..77c3fb885 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -1,5 +1,7 @@ # Zftrans - transcendental operations +*This proposal extends RISC-V scalar floating point operations to add IEEE754 transcendental (pow, log etc) and trigonometric functions (sin, cos etc) These functions are also 98% shared with the Khronos Group OpenCL Extended Instruction Set.* + With thanks to: * Jacob Lifshay