You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Hi.
I am curious whether there is a support of D and F extensions (as I understood from the publications) in qemu.
I have a project here, on a match https://go.googlesource.com/gollvm/ - and it has these libraries as dependencies.
Currently looking for reasonable alternatives (maybe even getting rid of those, on RISC-V, to rely on arch. specific instructions).
CC @bschommer , in case if he would be interested.
The text was updated successfully, but these errors were encountered:
advancedwebdeveloper
changed the title
Support --with-{gmp,mpfr,mpc} . Again. But on Fedora 33 riscv64, under qemu. gollvm
Support --with-{gmp,mpfr,mpc} . Again. But on Fedora 33 riscv64, under qemu. Targeting Clang. gollvm
Nov 17, 2020
Yes, qemu supports D and F. You still need gmp, mpfr, and mpc. But they will be compiled to use D and F instructions. Since you have Fedora, just use dnf to install the libraries if you don't already have them: gmp-devel, mpfr-devel, mpc-devel.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I am curious whether there is a support of D and F extensions (as I understood from the publications) in qemu.
I have a project here, on a match https://go.googlesource.com/gollvm/ - and it has these libraries as dependencies.
Currently looking for reasonable alternatives (maybe even getting rid of those, on RISC-V, to rely on arch. specific instructions).
#72 describes my current situation pretty well.
CC @bschommer , in case if he would be interested.
The text was updated successfully, but these errors were encountered: