https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Haochen Jiang <jian...@gcc.gnu.org>:

https://gcc.gnu.org/g:12086865232382f93081d5564ff44b14bd71341c

commit r15-4765-g12086865232382f93081d5564ff44b14bd71341c
Author: Haochen Jiang <haochen.ji...@intel.com>
Date:   Tue Oct 29 15:51:14 2024 +0800

    testsuite: Adjust AVX10.2 check_effective_target

    Since Binutils haven't fully merged all AVX10.2 insts, only testing
    one inst/intrin in AVX10.2 is never sufficient for check_effective_target.
    Like APX_F, use inline asm to do the target check.

    gcc/testsuite/ChangeLog:

            PR target/117301
            * lib/target-supports.exp (check_effective_target_avx10_2):
            Use inline asm instead of intrin for check_effective_target.
            (check_effective_target_avx10_2_512): Ditto.

Reply via email to