Skip to content

Commit

Permalink
libgccjit: Add support for the x87 CPU feature
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Feb 14, 2025
1 parent d6f5a70 commit 48664a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/config/i386/i386-rust-and-jit.inc
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ if (TARGET_CMPXCHG16B)
ADD_TARGET_INFO ("target_feature", "cmpxchg16b");
if (TARGET_MOVBE)
ADD_TARGET_INFO ("target_feature", "movbe");
if (TARGET_80387)
ADD_TARGET_INFO ("target_feature", "x87");

0 comments on commit 48664a6

Please sign in to comment.