Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Support --with-{gmp,mpfr,mpc} . Again. But on Fedora 33 riscv64, under qemu. Targeting Clang. gollvm #327

Open
advancedwebdeveloper opened this issue Nov 17, 2020 · 1 comment

Comments

@advancedwebdeveloper
Copy link

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.

@advancedwebdeveloper 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
@jim-wilson
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants