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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:8414529156e0bca37647c440c71beeca1d04ac86

commit r11-4647-g8414529156e0bca37647c440c71beeca1d04ac86
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Nov 3 10:24:02 2020 +0100

    testsuite/97688 - fix check_vect () with __AVX2__

    This fixes the cpuid check to always specify a subleaf zero
    which is required to detect AVX2 and doesn't hurt for level one.
    Without this fix we get zero runtime coverage when -mavx2 is
    specified.

    2020-11-03  Richard Biener  <rguent...@suse.de>

            PR testsuite/97688
            * gcc.dg/vect/tree-vect.h (check_vect): Fix the x86 cpuid
            check to always specify subleaf zero.

Reply via email to