blob: 312f1e3306b17612a0547a9a31639590f4704234 [file]
//===----------------------------------------------------------------------===//
//
// 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/clc_convert.h"
#include "clc/float/definitions.h"
#include "clc/math/clc_atanh.h"
#include "clc/math/clc_copysign.h"
#include "clc/math/clc_ep.h"
#include "clc/math/clc_fabs.h"
#include "clc/math/clc_log2_fast.h"
#include "clc/math/clc_recip_fast.h"
#include "clc/relational/clc_isnan.h"
#define __CLC_BODY "clc_atanh.inc"
#include "clc/math/gentype.inc"