From 16d18350a918dbbd071a13b621f5111df8f97fae Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 6 Jul 2023 17:17:50 -0700 Subject: [PATCH] links are part of footnotes --- .../sv/int_fp_mv/cvt_fp_to_int_overview.mdwn | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 -- 2.30.2