blob: 7c8debcc9e275a7c8f593c8cc7b39cacb1e1b0e6 [file] [edit]
//===----------------------------------------------------------------------===//
//
// 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_native_log2.h"
#define __CLC_FUNC log2
#define __CLC_FLOAT_ONLY
#define __CLC_BODY "clc_half_native_unary.inc"
#include "clc/math/gentype.inc"