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 99#ifndef __CLC_GEOMETRIC_CLC_CROSS_H__
1010#define __CLC_GEOMETRIC_CLC_CROSS_H__
1111
12+ #include <clc/internal/clc.h>
13+
1214_CLC_OVERLOAD _CLC_DECL float3 __clc_cross (float3 p0 , float3 p1 );
1315_CLC_OVERLOAD _CLC_DECL float4 __clc_cross (float4 p0 , float4 p1 );
1416
Original file line number Diff line number Diff line change 211211#include <clc/opencl/relational/select.h>
212212#include <clc/opencl/relational/signbit.h>
213213
214+ #include <clc/opencl/synchronization/cl_mem_fence_flags.h>
215+
214216/* 6.11.8 Synchronization Functions */
215217#include <clc/opencl/synchronization/barrier.h>
216- #include <clc/opencl/synchronization/cl_mem_fence_flags.h>
217218
218219/* 6.11.9 Explicit Memory Fence Functions */
219220#include <clc/opencl/explicit_fence/explicit_memory_fence.h>
You can’t perform that action at this time.
0 commit comments