added nativeVector Alignement for nvptx64

This commit is contained in:
Evghenii
2013-12-13 12:07:29 +01:00
parent 20845eb117
commit cdb50beaa2

View File

@@ -714,6 +714,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic, boo
this->m_isa = Target::NVPTX64;
this->m_isPTX = true;
this->m_nativeVectorWidth = 32;
this->m_nativeVectorAlignment = 32;
this->m_vectorWidth = 1;
this->m_attributes = "+sm_35";
this->m_hasHalf = true;