From: Jacob Lifshay Date: Fri, 7 Jul 2023 00:17:50 +0000 (-0700) Subject: links are part of footnotes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16d18350a918dbbd071a13b621f5111df8f97fae;p=libreriscv.git links are part of footnotes --- diff --git a/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn b/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn index 6512afed9..3187d5322 100644 --- a/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn +++ b/openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn @@ -29,27 +29,27 @@ modes supported by the `cffpr` instruction are as follows: Also implemented in ARMv8.3A as the `FJCVTZS` instruction[^ARM_FJCVTZS]. [^trunc_sat_u]: WASM's `trunc_sat_u`: - + [^trunc_sat_s]: WASM's `trunc_sat_s`: - + [^java_fp_to_int]: Java `float`/`double` to `long`/`int` conversion: - + [^rust_as_operator]: Rust's `as` operator: - + [^llvm_fptosi_sat]: LLVM's `llvm.fptosi.sat` intrinsic: - + [^llvm_fptoui_sat]: LLVM's `llvm.fptoui.sat` intrinsic: - + [^SPIRV_OpConvertFToU]: SPIR-V's `OpConvertFToU` instruction: - + [^SPIRV_OpConvertFToS]: SPIR-V's `OpConvertFToS` instruction: - + [^SPIRV_SaturatedConversion]: SPIR-V's `SaturatedConversion` decorator:
- + [^ECMAScript_ToInt32]: ECMAScript's `ToInt32` abstract operation: - + [^ARM_FJCVTZS]: ARM's `FJCVTZS` instruction: - + ### Floating-point to Integer Conversion Semantics Summary