Gheorghe-Teodor Bercea | e62c693 | 2019-05-08 15:52:33 +0000 | [diff] [blame^] | 1 | /*===------------- 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 | |