[libclc] 220/291: Prune CRLF.

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:52 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 ac887c4806de4b2d44048c8f30cf2712c79cc32d
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date:   Mon Oct 27 12:37:26 2014 +0000

    Prune CRLF.
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@220678 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/math/rsqrt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generic/include/clc/math/rsqrt.h b/generic/include/clc/math/rsqrt.h
index 8fd2cbf..9d49ee6 100644
--- a/generic/include/clc/math/rsqrt.h
+++ b/generic/include/clc/math/rsqrt.h
@@ -1 +1 @@
-#define rsqrt(x) (1.f/sqrt(x))
+#define rsqrt(x) (1.f/sqrt(x))

-- 
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