| //===----------------------------------------------------------------------===// |
| // |
| // 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 <clc/clcmacro.h> |
| #include <clc/internal/clc.h> |
| #include <clc/math/tables.h> |
| |
| #ifdef cl_khr_fp64 |
| #pragma OPENCL EXTENSION cl_khr_fp64 : enable |
| #endif // cl_khr_fp64 |
| |
| #ifdef cl_khr_fp16 |
| #pragma OPENCL EXTENSION cl_khr_fp16 : enable |
| #endif // cl_khr_fp16 |
| |
| #define COMPILING_LOG10 |
| #include "clc_log_base.h" |
| #undef COMPILING_LOG10 |
| |
| #define __CLC_FUNCTION __clc_log10 |
| #define __CLC_BODY <clc/shared/unary_def_scalarize.inc> |
| #include <clc/math/gentype.inc> |