[libclc] 128/291: Add definition for M_PI

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit ae29487343ad40e50fc966871c8eba0f3f4b9a9e
Author: Jeroen Ketema <j.ketema at imperial.ac.uk>
Date:   Thu May 29 21:24:57 2014 +0000

    Add definition for M_PI
    
    Reviewed by: Tom Stellard
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@209848 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/float/definitions.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generic/include/clc/float/definitions.h b/generic/include/clc/float/definitions.h
index d6fee84..8a514da 100644
--- a/generic/include/clc/float/definitions.h
+++ b/generic/include/clc/float/definitions.h
@@ -25,5 +25,6 @@
 #define DBL_EPSILON     0x1.0p-52
 
 #define M_LOG2E         0x1.71547652b82fep+0
+#define M_PI            0x1.921fb54442d18p+1
 
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list