From eed8138a829fbc038241a93a042d363d49004cb6 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Thu, 26 Mar 2015 12:24:11 -0400 Subject: [PATCH] Fixed duplicate AVX test case name in GCC suite --- tests/tools/test_gcc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/test_gcc.lua b/tests/tools/test_gcc.lua index 29c8d476..b63378a1 100644 --- a/tests/tools/test_gcc.lua +++ b/tests/tools/test_gcc.lua @@ -129,7 +129,7 @@ test.contains({ "-mavx" }, gcc.getcflags(cfg)) end - function suite.cflags_onAVX() + function suite.cflags_onAVX2() vectorextensions "AVX2" prepare() test.contains({ "-mavx2" }, gcc.getcflags(cfg))