Files
clang-p2996/libc/test/src/math/fadd_test.cpp
aaryanshukla a2f61ba08b [libc][math]fadd implementation (#99694)
- **[libc] math fadd**
- **[libc][math] implemented fadd**
2024-07-19 14:40:34 -07:00

14 lines
470 B
C++

//===-- Unittests for fadd ----------------------------------------------===//
//
// 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 "AddTest.h"
#include "src/math/fadd.h"
LIST_ADD_TESTS(float, double, LIBC_NAMESPACE::fadd)