Fraser Cormack | 82912fd | 2025-03-20 11:40:09 +0000 | [diff] [blame] | 1 | //===----------------------------------------------------------------------===// |
| 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 | //===----------------------------------------------------------------------===// |
Tom Stellard | 4788292 | 2014-07-23 15:16:13 +0000 | [diff] [blame] | 8 | |
Romaric Jodin | 7e6a739 | 2024-07-18 13:00:41 +0200 | [diff] [blame] | 9 | #include <clc/clc.h> |
Fraser Cormack | d2d1b58 | 2024-11-04 22:00:01 +0000 | [diff] [blame] | 10 | #include <clc/clcmacro.h> |
Fraser Cormack | d46a699 | 2025-03-25 09:11:32 +0000 | [diff] [blame] | 11 | #include <clc/math/clc_atan.h> |
Tom Stellard | 4788292 | 2014-07-23 15:16:13 +0000 | [diff] [blame] | 12 | |
Fraser Cormack | d46a699 | 2025-03-25 09:11:32 +0000 | [diff] [blame] | 13 | #undef __CLC_FUNCTION |
| 14 | #define __CLC_FUNCTION atan |
| 15 | #include <clc/math/unary_builtin.inc> |