commit | 88d60b6bc488ccc2ec3a87869dba73050b90d14c | [log] [tgz] |
---|---|---|
author | Antoni Boucher <bouanto@zoho.com> | Fri Feb 14 15:34:59 2025 -0500 |
committer | Antoni Boucher <bouanto@zoho.com> | Tue Jun 10 09:12:35 2025 -0400 |
tree | 0df698f1165f31be690d891cff817733abbd49e6 | |
parent | d7a5243b3638f32145c040b5c4fae7f274238004 [diff] |
libgccjit: Add support for the x87 CPU feature
diff --git a/gcc/config/i386/i386-rust-and-jit.inc b/gcc/config/i386/i386-rust-and-jit.inc index 998f44c..0a701a0 100644 --- a/gcc/config/i386/i386-rust-and-jit.inc +++ b/gcc/config/i386/i386-rust-and-jit.inc
@@ -91,3 +91,5 @@ ADD_TARGET_INFO ("target_feature", "cmpxchg16b"); if (TARGET_MOVBE) ADD_TARGET_INFO ("target_feature", "movbe"); +if (TARGET_80387) + ADD_TARGET_INFO ("target_feature", "x87");