commit | dbc2049aa35a06b160b91fb76820358a17b77bfa | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Tue Mar 14 12:43:41 2017 -0400 |
committer | David Neto <dneto@google.com> | Mon May 15 17:10:07 2017 -0400 |
tree | a4f2cf42710f02af67de4b91bed436192333a588 | |
parent | eb720b2ad1d80159a82ebb2b47e2ea7b911dba67 [diff] [blame] |
Add SPIR-V 1.2 support, for OpenCL 2.2
diff --git a/source/binary.cpp b/source/binary.cpp index cdd2eab..a803def 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -27,7 +27,7 @@ #include "ext_inst.h" #include "opcode.h" #include "operand.h" -#include "spirv/1.1/spirv.h" +#include "spirv/1.2/spirv.h" #include "spirv_constant.h" #include "spirv_endian.h"