Fixed duplicate AVX test case name in GCC suite

This commit is contained in:
Jason Perkins 2015-03-26 12:24:11 -04:00
parent 208d0abaae
commit eed8138a82

View File

@ -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))