Skip to content

Commit 48664a6

Browse files
committed
libgccjit: Add support for the x87 CPU feature
1 parent d6f5a70 commit 48664a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcc/config/i386/i386-rust-and-jit.inc

+2
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ if (TARGET_CMPXCHG16B)
9191
ADD_TARGET_INFO ("target_feature", "cmpxchg16b");
9292
if (TARGET_MOVBE)
9393
ADD_TARGET_INFO ("target_feature", "movbe");
94+
if (TARGET_80387)
95+
ADD_TARGET_INFO ("target_feature", "x87");

0 commit comments

Comments
 (0)