From 7ac8a9ea04928b2edeb8b5df5dd2afe5a8ffc461 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 14 Oct 2014 18:52:03 +0400 Subject: [PATCH] changed vec16_i1 type definition in knc.h from typedef to struct --- examples/intrinsics/knc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/intrinsics/knc.h b/examples/intrinsics/knc.h index 732330b9..c89095a0 100644 --- a/examples/intrinsics/knc.h +++ b/examples/intrinsics/knc.h @@ -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