Commit from GitHub Actions

This commit is contained in:
Lee Lup Yuen 2024-04-17 14:35:27 +00:00
parent 5a9ece5741
commit 43fa55e059

View file

@ -244,9 +244,9 @@ File Attributes
Tag_RISCV_arch: "rv32i2p1"
</code></pre></div>
<p>Indeed we have a problem: Double-Float and Soft-Float wont mix! Lets fix this…</p>
<p>TODO: Pic of Rust Wont Double-Float</p>
<p><img src="https://lupyuen.github.io/images/rust4-flow3.jpg" alt="Rust Wont Double-Float" /></p>
<h1 id="rust-wont-double-float"><a class="doc-anchor" href="#rust-wont-double-float">§</a>2 Rust Wont Double-Float</h1>
<p><em>What if we ask Rust Compiler to compile for Double-Float: RV32IMAFDC?</em></p>
<p><em>What if we ask Rust Compiler to compile for Double-Float? RV32IMAFDC (Pic above)</em></p>
<p><a href="https://www.qemu.org/docs/master/system/riscv/virt.html"><strong>QEMU RISC-V</strong></a> offically supports <a href="https://www.qemu.org/docs/master/system/riscv/virt.html"><strong><code>riscv32gc</code></strong></a>.</p>
<p><a href="https://en.wikipedia.org/wiki/RISC-V#ISA_base_and_extensions">(“<strong><code>gc</code></strong>” in “<strong><code>riscv32gc</code></strong>” denotes <strong>IMAFDC</strong>)</a></p>
<p>We could do this…</p>