1351280Sdim/*===------------- math.h - Alternative math.h header ----------------------===
2351280Sdim *
3351280Sdim * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4351280Sdim * See https://llvm.org/LICENSE.txt for license information.
5351280Sdim * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6351280Sdim *
7351280Sdim *===-----------------------------------------------------------------------===
8351280Sdim */
9351280Sdim
10351280Sdim#include <__clang_openmp_math.h>
11351280Sdim
12351280Sdim#ifndef __CLANG_NO_HOST_MATH__
13351280Sdim#include_next <math.h>
14351280Sdim#else
15351280Sdim#undef __CLANG_NO_HOST_MATH__
16351280Sdim#endif
17351280Sdim
18