Use brackets around include files in length.cl and normalize.cl

These functions were not being compiled

llvm-svn: 184985
This commit is contained in:
Tom Stellard 2013-06-26 18:20:15 +00:00
parent 560dbee27a
commit 99bd71c4f5
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif
#define BODY "length.inc"
#define BODY <length.inc>
#include <clc/geometric/floatn.inc>

View File

@ -4,5 +4,5 @@
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif
#define BODY "normalize.inc"
#define BODY <normalize.inc>
#include <clc/geometric/floatn.inc>