[Libclc-dev] [PATCH 1/2] math: Add expm1 builtin function
Matt Arsenault via Libclc-dev
libclc-dev at lists.llvm.org
Mon Jan 16 18:19:47 PST 2017
> On Jan 16, 2017, at 18:13, Aaron Watry via Libclc-dev <libclc-dev at lists.llvm.org> wrote:
>
> Ported from the amd-builtins branch.
>
> Signed-off-by: Aaron Watry <awatry at gmail.com>
> CC: Tom Stellard <thomas.stellard at amd.com>
> ---
> generic/include/clc/clc.h | 1 +
> generic/include/clc/math/expm1.h | 9 +++
> generic/lib/SOURCES | 1 +
> generic/lib/math/expm1.cl | 142 +++++++++++++++++++++++++++++++++++++++
> generic/lib/math/tables.cl | 138 +++++++++++++++++++++++++++++++++++++
> generic/lib/math/tables.h | 2 +
> 6 files changed, 293 insertions(+)
> create mode 100644 generic/include/clc/math/expm1.h
> create mode 100644 generic/lib/math/expm1.cl
LGTM
More information about the Libclc-dev
mailing list