Put 3-wide vector types on a ketogenic diet. (#1180)

* Put 3-wide vector types on a ketogenic diet.

* Remove needless include.

* Do not be narrow-minded.

* Do not be narrow-minded.

* Put the C people on a diet too.


[ROCm/hip commit: 67abac1365]
This commit is contained in:
Alex Voicu
2019-06-24 20:02:09 -05:00
committed by Maneesh Gupta
parent fc56c3a067
commit e474469213
2 changed files with 147 additions and 3 deletions
@@ -190,7 +190,7 @@ bool CheckVectorTypes() {
int main() {
static_assert(sizeof(float1) == 4, "");
static_assert(sizeof(float2) >= 8, "");
static_assert(sizeof(float3) >= 12, "");
static_assert(sizeof(float3) == 12, "");
static_assert(sizeof(float4) >= 16, "");
if (CheckVectorTypes()) {