brintos

brintos / llvm-project-archived public Read only

0
0
Text · 812 B · af80855 Raw
25 lines · plain
1//===----------------------------------------------------------------------===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8 9#include <clc/atomic/clc_atomic_load.h>10 11#define __CLC_FUNCTION __clc_atomic_load12#define __CLC_IMPL_FUNCTION __scoped_atomic_load_n13#define __CLC_NO_VALUE_ARG14 15#define __CLC_BODY <clc_atomic_def.inc>16#include <clc/integer/gentype.inc>17 18#undef __CLC_CASTTYPE19#undef __CLC_AS_RETTYPE20#define __CLC_CASTTYPE __CLC_BIT_INTN21#define __CLC_AS_RETTYPE(x) __CLC_AS_GENTYPE(x)22 23#define __CLC_BODY <clc_atomic_def.inc>24#include <clc/math/gentype.inc>25