https://bugs.freedesktop.org/show_bug.cgi?id=88669

Vedran Miletić <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
             Blocks|                            |99553

--- Comment #8 from Vedran Miletić <[email protected]> ---
Should be fixed by:

commit 60b42171139886edb8a64624e9126eab36f8e726
Author: Aaron Watry <[email protected]>
Date:   Thu Feb 26 15:42:00 2015 +0000

    libclc/math: Add cospi

    Ported from the libclc/amd-builtins branch

    v2: Rename sincos_f_piby4 to __libclc__sincosf_piby4
        Add cospi(double) implementation instead of using llvm.cos

    Notes:
    The sincosD_piby4.h file is mostly the same as the builtin implementation
    released by AMD. The inline attribute declaration is changed, and M_PI is
    used instead of a constant double. Otherwise, the only difference is that
    the header explicitly enables the fp64 pragma.

    Signed-off-by: Aaron Watry <[email protected]>
    Reviewed-by: Jeroen Ketema <[email protected]>
    CC: Tom Stellard <[email protected]>
    CC: Matt Arsenault <[email protected]>

    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@230641
91177308-0d34-0410-b5e6-96231b3b80d8

commit 301372a1c0515e615b74d896b32e6bbcb2ffeb38
Author: Jan Vesely <[email protected]>
Date:   Wed May 6 21:59:26 2015 +0000

    Implement sinpi builtin

    Ported from AMD builtin library, passes piglit on Turks.

    Signed-off-by: Jan Vesely <[email protected]>
    Reviewed-by: Tom Stellard <[email protected]>

    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@236647
91177308-0d34-0410-b5e6-96231b3b80d8

If this is still an issue, please reopen.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99553
[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to