From: Luke Kenneth Casson Leighton Date: Mon, 5 Aug 2019 05:37:49 +0000 (+0100) Subject: add ztrans link X-Git-Tag: convert-csv-opcode-to-binary~4276 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c472bbfa3d6733b2bb4ab3754d730e5ad8585c4;p=libreriscv.git add ztrans link --- diff --git a/rv_major_opcode_1010011.mdwn b/rv_major_opcode_1010011.mdwn index 0d9344ac8..7cafc8322 100644 --- a/rv_major_opcode_1010011.mdwn +++ b/rv_major_opcode_1010011.mdwn @@ -10,8 +10,9 @@ A primary critical use-case for extending FP is for 3D and supercomputing. Publicly-known FP proposals: * Zfrsqrt - Reciprocal SQRT -* Zftrans - Transcendentals (FSIN, FCOS, FATAN, FPOW, FEXP, FLOG, FRCP) - - see [[ztrans_proposal]] +* Zftrans - see [[ztrans_proposal]]: Transcendentals + (FSIN, FCOS, FATAN, FPOW, FEXP, FLOG, FRCP) + * Extension of formats to cover FP16 (RISC-V ISA Manual Table 11.3 "fmt field") * HI-half FP MV -