renamed avx-i64x4 -> avx1-i64x4

This commit is contained in:
Evghenii
2013-09-13 15:07:14 +02:00
parent a9913c8337
commit 9861375f0c
5 changed files with 5 additions and 5 deletions

View File

@@ -446,7 +446,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic) :
this->m_maskingIsFree = false;
this->m_maskBitCount = 32;
}
else if (!strcasecmp(isa, "avx-i64x4") ) {
else if (!strcasecmp(isa, "avx1-i64x4") ) {
this->m_isa = Target::AVX;
this->m_nativeVectorWidth = 8; /* native vector width in terms of floats */
this->m_vectorWidth = 4;