RISC-V: F/D fsqrt instruction
What
Implement FSQRT.* instructions.
Why
To complete the arithmetic instructions, enable the fdiv tests.
How
Using an additional crate, built on top of rustc_apfloat: ieee-apsqrt.
Manually testing the MR
cd src/risc_v
cargo test -- parser fdiv