We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3880b commit f7a71cdCopy full SHA for f7a71cd
gcc/gcc/config/riscv/riscv.opt
@@ -46,8 +46,12 @@ msoft-float
46
Target Report RejectNegative Mask(SOFT_FLOAT_ABI)
47
Prevent the use of all hardware floating-point instructions
48
49
+mno-fdiv
50
+Target Report RejectNegative Mask(NO_FDIV)
51
+Don't use hardware floating-point divide and square root instructions
52
+
53
mfdiv
-Target Report RejectNegative Mask(FDIV)
54
+Target Report RejectNegative InverseMask(NO_FDIV, FDIV)
55
Use hardware floating-point divide and square root instructions
56
57
march=
0 commit comments