Files
clang-p2996/libclc/clc/lib/generic/math/clc_half_powr.cl
Fraser Cormack dd89af7f55 [libclc] Move 'half' builtins to CLC library (#139563)
There are no changes to the generated bytecode.
2025-05-12 17:32:05 +01:00

17 lines
573 B
Common Lisp

//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include <clc/math/clc_powr.h>
#define __FLOAT_ONLY
#define FUNCTION __clc_half_powr
#define __CLC_FUNCTION(x) __clc_powr
#define __CLC_BODY <clc/shared/binary_def.inc>
#include <clc/math/gentype.inc>