https://gcc.gnu.org/g:101e3101e0f311ed7cbd775f5db50ac04af71086

commit r15-7599-g101e3101e0f311ed7cbd775f5db50ac04af71086
Author: Haochen Jiang <haochen.ji...@intel.com>
Date:   Tue Feb 18 10:59:11 2025 +0800

    i386: Re-order i386.opt.urls
    
    The order of i386.opt.urls need to be the same as i386.opt.
    
    gcc/ChangeLog:
    
            * config/i386/i386.opt.urls: Adjust the order for avx10.2
            and avx10.2-512 due to their order change in i386.opt.

Diff:
---
 gcc/config/i386/i386.opt.urls | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/config/i386/i386.opt.urls b/gcc/config/i386/i386.opt.urls
index 5cb304d2a738..ee6806169df6 100644
--- a/gcc/config/i386/i386.opt.urls
+++ b/gcc/config/i386/i386.opt.urls
@@ -605,12 +605,12 @@ UrlSuffix(gcc/x86-Options.html#index-mavx10_002e1-512)
 mavx10.2-256
 UrlSuffix(gcc/x86-Options.html#index-mavx10_002e2-256)
 
-mavx10.2-512
-UrlSuffix(gcc/x86-Options.html#index-mavx10_002e2-512)
-
 mavx10.2
 UrlSuffix(gcc/x86-Options.html#index-mavx10_002e2)
 
+mavx10.2-512
+UrlSuffix(gcc/x86-Options.html#index-mavx10_002e2-512)
+
 mamx-avx512
 UrlSuffix(gcc/x86-Options.html#index-mamx-avx512)

Reply via email to