fix typo in dsymv avx512 code path

This commit is contained in:
Arjan van de Ven 2018-08-05 15:16:48 +00:00
parent 34d63df4b3
commit 21c6220d63
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Ensure that the compiler knows how to generate AVX2 instructions if it doesn't already */
#ifndef __AVX512CD_
#ifndef __AVX512CD__
#pragma GCC target("avx2,fma")
#endif