From: lkcl Date: Wed, 7 Aug 2019 12:25:30 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~4259 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf10096899a2a17af45cfd4d34979ad0d1929b45;p=libreriscv.git --- diff --git a/ztrans_proposal.mdwn b/ztrans_proposal.mdwn index e691c4c52..384f39fd4 100644 --- a/ztrans_proposal.mdwn +++ b/ztrans_proposal.mdwn @@ -30,7 +30,7 @@ FATAN2 | atan2 arc tangent | rd = atan2(rs2, rs1) | Zarctrignpi | FATAN2PI | atan arc tangent / pi | rd = atan2(rs2, rs1) / pi | Zarctrigpi | FPOW | x power of y | rd = pow(rs1, rs2) | ZftransAdv | FROOT | x power 1/y | rd = pow(rs1, 1/rs2) | ZftransAdv | -FHYPOT | hypotenuse | rd = sqrt(x^2 + y^2) | Zftrans | +FHYPOT | hypotenuse | rd = sqrt(rs1^2 + rs2^2) | Zftrans | """]] # List of 1-arg transcendental opcodes