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
2727#include " 3d/common/iStdLib/File.h"
2828#endif
2929
30-
3130namespace {
3231
3332#ifndef DRIVER_BUILD_ID
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ typedef size_t uintptr_t;
100100#define HALF_MIN_10_EXP -4
101101#define HALF_MIN_EXP -13
102102#define HALF_RADIX 2
103-
104103#define HALF_MAX ((0x1.ffcp15h))
105104#define HALF_MIN ((0x1.0p-14h))
106105#define HALF_EPSILON ((0x1.0p-10h))
@@ -145,7 +144,6 @@ typedef size_t uintptr_t;
145144#define M_SQRT2 0x1.6a09e667f3bcdp+0
146145#define M_SQRT1_2 0x1.6a09e667f3bcdp-1
147146
148-
149147#if defined(cl_khr_fp64)
150148#define cl_fp64_basic_ops
151149#endif // cl_fp64_basic_ops
@@ -8003,7 +8001,6 @@ local __namedBarrier *__builtin_spirv_OpNamedBarrierInitialize_i32_p3__namedBarr
80038001 int Count, local __namedBarrier *nb_array, local uint *id);
80048002void __builtin_spirv_OpMemoryNamedBarrier_p3__namedBarrier_i32_i32(
80058003 local __namedBarrier *NB, Scope_t Memory, uint Semantics);
8006-
80078004void __builtin_spirv_OpMemoryNamedBarrierWrapperOCL_p3__namedBarrier_i32(
80088005 local __namedBarrier *barrier, cl_mem_fence_flags flags);
80098006void __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)] = {
5454
5555#define CLOCK_TYPE CLOCK_MONOTONIC
5656
57- #if !defined(_WIN32)
57+ #if !defined(_WIN32)
5858bool QueryPerformanceFrequency (LARGE_INTEGER *lpFrequency) {
5959 struct timespec Res;
6060 int iRet;
You can’t perform that action at this time.
0 commit comments