changed vec16_i1 type definition in knc.h from typedef to struct

This commit is contained in:
Anton Mitrokhin
2014-10-14 18:52:03 +04:00
parent 2e49ecd56f
commit 7ac8a9ea04

View File

@@ -85,7 +85,7 @@ typedef int64_t __vec1_i64;
struct __vec16_i32;
#if 0
#if 1
/* (iw) actually, this *SHOULD* be the right implementation for a
vec16_i1: this one is a class that can have a constructor (which
ISPC sometimes emits for these vectors...) This version might