[Libclc-dev] [PATCH 2/2] math: Add logb builtin

Matt Arsenault via Libclc-dev libclc-dev at lists.llvm.org
Mon Jan 16 18:19:58 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/logb.h   |  2 ++
> generic/include/clc/math/logb.inc |  1 +
> generic/lib/SOURCES               |  1 +
> generic/lib/math/logb.cl          | 31 +++++++++++++++++++++++++++++++
> 5 files changed, 36 insertions(+)
> create mode 100644 generic/include/clc/math/logb.h
> create mode 100644 generic/include/clc/math/logb.inc
> create mode 100644 generic/lib/math/logb.cl

LGTM


More information about the Libclc-dev mailing list