diff options
author | Mark Wielaard <mark@klomp.org> | 2024-05-20 13:13:02 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2024-05-20 13:14:06 +0200 |
commit | 591bc70139d898c06b1d605ff4fed591ffd2e2e7 (patch) | |
tree | 91e9d95a034a691702cbe0777edf0258171969ac | |
parent | a974f37d854411628895225cf09952970bc2e86a (diff) | |
download | gcc-591bc70139d898c06b1d605ff4fed591ffd2e2e7.zip gcc-591bc70139d898c06b1d605ff4fed591ffd2e2e7.tar.gz gcc-591bc70139d898c06b1d605ff4fed591ffd2e2e7.tar.bz2 |
Regenerate riscv.opt.urls and i386.opt.urls
risc-v added an -mfence-tso option. i386 removed Xeon Phi ISA support
options. But the opt.urls files weren't regenerated.
Fixes: a6114c2a6911 ("RISC-V: Implement -m{,no}fence-tso")
Fixes: e1a7e2c54d52 ("i386: Remove Xeon Phi ISA support")
gcc/ChangeLog:
* config/riscv/riscv.opt.urls: Regenerate.
* config/i386/i386.opt.urls: Likewise.
-rw-r--r-- | gcc/config/i386/i386.opt.urls | 15 | ||||
-rw-r--r-- | gcc/config/riscv/riscv.opt.urls | 3 |
2 files changed, 3 insertions, 15 deletions
diff --git a/gcc/config/i386/i386.opt.urls b/gcc/config/i386/i386.opt.urls index 81c5bb9..40e8a84 100644 --- a/gcc/config/i386/i386.opt.urls +++ b/gcc/config/i386/i386.opt.urls @@ -238,12 +238,6 @@ UrlSuffix(gcc/x86-Options.html#index-mavx2) mavx512f UrlSuffix(gcc/x86-Options.html#index-mavx512f) -mavx512pf -UrlSuffix(gcc/x86-Options.html#index-mavx512pf) - -mavx512er -UrlSuffix(gcc/x86-Options.html#index-mavx512er) - mavx512cd UrlSuffix(gcc/x86-Options.html#index-mavx512cd) @@ -262,12 +256,6 @@ UrlSuffix(gcc/x86-Options.html#index-mavx512ifma) mavx512vbmi UrlSuffix(gcc/x86-Options.html#index-mavx512vbmi) -mavx5124fmaps -UrlSuffix(gcc/x86-Options.html#index-mavx5124fmaps) - -mavx5124vnniw -UrlSuffix(gcc/x86-Options.html#index-mavx5124vnniw) - mavx512vpopcntdq UrlSuffix(gcc/x86-Options.html#index-mavx512vpopcntdq) @@ -409,9 +397,6 @@ UrlSuffix(gcc/x86-Options.html#index-mrdrnd) mf16c UrlSuffix(gcc/x86-Options.html#index-mf16c) -mprefetchwt1 -UrlSuffix(gcc/x86-Options.html#index-mprefetchwt1) - mfentry UrlSuffix(gcc/x86-Options.html#index-mfentry) diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls index 2f01ae5..e02ef3e 100644 --- a/gcc/config/riscv/riscv.opt.urls +++ b/gcc/config/riscv/riscv.opt.urls @@ -91,3 +91,6 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen) ; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs +mfence-tso +UrlSuffix(gcc/RISC-V-Options.html#index-mfence-tso) + |