temporary undoing of renaming
[riscv-isa-sim.git] / riscv / insns / feq_s.h
1 require_fp;
2 RD = f32_eq(FRS1, FRS2);
3 set_fp_exceptions;