File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ SPDX-License-Identifier: MIT
27
27
#include " 3d/common/iStdLib/File.h"
28
28
#endif
29
29
30
-
31
30
namespace {
32
31
33
32
#ifndef DRIVER_BUILD_ID
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ typedef size_t uintptr_t;
100
100
#define HALF_MIN_10_EXP -4
101
101
#define HALF_MIN_EXP -13
102
102
#define HALF_RADIX 2
103
-
104
103
#define HALF_MAX ((0x1.ffcp15h))
105
104
#define HALF_MIN ((0x1.0p-14h))
106
105
#define HALF_EPSILON ((0x1.0p-10h))
@@ -145,7 +144,6 @@ typedef size_t uintptr_t;
145
144
#define M_SQRT2 0x1.6a09e667f3bcdp+0
146
145
#define M_SQRT1_2 0x1.6a09e667f3bcdp-1
147
146
148
-
149
147
#if defined(cl_khr_fp64)
150
148
#define cl_fp64_basic_ops
151
149
#endif // cl_fp64_basic_ops
@@ -8003,7 +8001,6 @@ local __namedBarrier *__builtin_spirv_OpNamedBarrierInitialize_i32_p3__namedBarr
8003
8001
int Count, local __namedBarrier *nb_array, local uint *id);
8004
8002
void __builtin_spirv_OpMemoryNamedBarrier_p3__namedBarrier_i32_i32(
8005
8003
local __namedBarrier *NB, Scope_t Memory, uint Semantics);
8006
-
8007
8004
void __builtin_spirv_OpMemoryNamedBarrierWrapperOCL_p3__namedBarrier_i32(
8008
8005
local __namedBarrier *barrier, cl_mem_fence_flags flags);
8009
8006
void __builtin_spirv_OpMemoryNamedBarrierWrapperOCL_p3__namedBarrier_i32_i32(
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ static const char *timerNames[static_cast<int>(TimerID::NUM_TIMERS)] = {
54
54
55
55
#define CLOCK_TYPE CLOCK_MONOTONIC
56
56
57
- #if !defined(_WIN32)
57
+ #if !defined(_WIN32)
58
58
bool QueryPerformanceFrequency (LARGE_INTEGER *lpFrequency) {
59
59
struct timespec Res;
60
60
int iRet;
You can’t perform that action at this time.
0 commit comments