We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46734a9 commit 2b09a2bCopy full SHA for 2b09a2b
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