[Libclc-dev] [PATCH] math: Add native_tan as wrapper to tan

Matt Arsenault via Libclc-dev libclc-dev at lists.llvm.org
Tue Feb 21 11:55:53 PST 2017


> On Feb 13, 2017, at 20:05, Aaron Watry via Libclc-dev <libclc-dev at lists.llvm.org> wrote:
> 
> Trivially define native_tan as a redirect to tan.
> 
> If there are any targets with a native implementation, we can deal with it later.
> 
> Signed-off-by: Aaron Watry <awatry at gmail.com>
> ---
> generic/include/clc/clc.h             |  1 +
> generic/include/clc/math/native_tan.h | 10 ++++++++++
> 2 files changed, 11 insertions(+)
> create mode 100644 generic/include/clc/math/native_tan.h

LGTM


More information about the Libclc-dev mailing list