File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
clc/include/clc/geometric
opencl/include/clc/opencl Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef __CLC_GEOMETRIC_CLC_CROSS_H__
10
10
#define __CLC_GEOMETRIC_CLC_CROSS_H__
11
11
12
+ #include <clc/internal/clc.h>
13
+
12
14
_CLC_OVERLOAD _CLC_DECL float3 __clc_cross (float3 p0 , float3 p1 );
13
15
_CLC_OVERLOAD _CLC_DECL float4 __clc_cross (float4 p0 , float4 p1 );
14
16
Original file line number Diff line number Diff line change 211
211
#include <clc/opencl/relational/select.h>
212
212
#include <clc/opencl/relational/signbit.h>
213
213
214
+ #include <clc/opencl/synchronization/cl_mem_fence_flags.h>
215
+
214
216
/* 6.11.8 Synchronization Functions */
215
217
#include <clc/opencl/synchronization/barrier.h>
216
- #include <clc/opencl/synchronization/cl_mem_fence_flags.h>
217
218
218
219
/* 6.11.9 Explicit Memory Fence Functions */
219
220
#include <clc/opencl/explicit_fence/explicit_memory_fence.h>
You can’t perform that action at this time.
0 commit comments