[xcc,sim] implement FP using softfloat
[riscv-isa-sim.git] / riscv / insns / sqrt_s.h
1 require_fp;
2 FRC = float32_sqrt(FRA);
3 set_fp_exceptions;