[Libclc-dev] Implement tgamma and some of its dependencies
Tom Stellard via Libclc-dev
libclc-dev at lists.llvm.org
Tue Sep 13 07:15:22 PDT 2016
On Sun, Sep 11, 2016 at 09:53:01PM -0500, Aaron Watry via Libclc-dev wrote:
> This series started from my attempt to implement tgamma so that I can use
> it eventually for hcc. The amd-builtin implementation of tgamma uses lgamma,
> which itself uses lgamma_r. So, in the end, all 3 of these functions have
> been ported/implemented.
>
LGTM for the series.
-Tom
> Note: I'm fairly positive that _CLC_V_V_VP_VECTORIZE was previously unused.
> I don't know that it has ever been used, and I'm fairly confident
> about the address space addition. If anyone has concerns, please let
> me know.
>
> _______________________________________________
> Libclc-dev mailing list
> Libclc-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev
More information about the Libclc-dev
mailing list