blob: d4d60bf8afca180c0fc982592f1830d6e5042c4b [file] [log] [blame]
//===-- Unittests for scalbn ----------------------------------------------===//
//
// 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 "ScalbnTest.h"
#include "src/math/scalbn.h"
LIST_SCALBN_TESTS(double, __llvm_libc::scalbn)