From 95d054edad1b81d99c364740837f7e06c94047f6 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 8 Apr 2024 08:34:02 +0200 Subject: Minor text improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- _includes/downloads/riscv.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index b7ea81b..06e38b9 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -5,6 +5,10 @@

The lp64d stages can be used on all 64-bit RISC-V processors supporting the double-precision floating point instruction set. The lp64 stages can be used on all 64-bit RISC-V processors; they require no hardware support for floating point arithmetics. + Multilib stages include toolchain support for all 64-bit and 32-bit ABI and are based on lp64d. They are mostly useful for development and testing purposes. +
+ The ilp32d stages can be used on all 32-bit RISC-V processors supporting the double-precision floating point instruction set. + The ilp32 stages can be used on all 32-bit RISC-V processors; they require no hardware support for floating point arithmetics.

@@ -17,7 +21,9 @@ {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="rv64gc | multilib | openrc" %} {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd" title="Stage 3" tag="rv64gc | multilib | systemd" %} + +

Stage archives (RV32)

{% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32d-openrc" title="Stage 3" tag="rv32gc | ilp32d | openrc" %} @@ -25,9 +31,7 @@ {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-openrc" title="Stage 3" tag="rv32gc | ilp32 | openrc" %} {% include partials/download-link.html type="stage3" arch="riscv" id="rv32_ilp32-systemd" title="Stage 3" tag="rv32gc | ilp32 | systemd" %}
-
-

Musl stage archives

{% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d_musl" title="Stage 3" tag="rv64gc | lp64d | musl | openrc" %} -- cgit v1.2.3-65-gdbad