blob: d9f798943ca988531a44bb4e560f68dd7bf714a6 [file] [log] [blame]
Gheorghe-Teodor Berceae62c6932019-05-08 15:52:33 +00001/*===------------- math.h - Alternative math.h header ----------------------===
2 *
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 *
7 *===-----------------------------------------------------------------------===
8 */
9
10#ifndef __cplusplus
11#include <__clang_openmp_math.h>
12#endif
13
14#ifndef __CLANG_NO_HOST_MATH__
15#include_next <math.h>
16#else
17#undef __CLANG_NO_HOST_MATH__
18#endif
19