We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f5a70 commit 48664a6Copy full SHA for 48664a6
gcc/config/i386/i386-rust-and-jit.inc
@@ -91,3 +91,5 @@ if (TARGET_CMPXCHG16B)
91
ADD_TARGET_INFO ("target_feature", "cmpxchg16b");
92
if (TARGET_MOVBE)
93
ADD_TARGET_INFO ("target_feature", "movbe");
94
+if (TARGET_80387)
95
+ ADD_TARGET_INFO ("target_feature", "x87");
0 commit comments