[libclc] r220678 - Prune CRLF.

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 27 05:37:27 PDT 2014


Author: chapuni
Date: Mon Oct 27 07:37:26 2014
New Revision: 220678

URL: http://llvm.org/viewvc/llvm-project?rev=220678&view=rev
Log:
Prune CRLF.

Modified:
    libclc/trunk/generic/include/clc/math/rsqrt.h

Modified: libclc/trunk/generic/include/clc/math/rsqrt.h
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/math/rsqrt.h?rev=220678&r1=220677&r2=220678&view=diff
==============================================================================
--- libclc/trunk/generic/include/clc/math/rsqrt.h (original)
+++ libclc/trunk/generic/include/clc/math/rsqrt.h Mon Oct 27 07:37:26 2014
@@ -1 +1 @@
-#define rsqrt(x) (1.f/sqrt(x))
+#define rsqrt(x) (1.f/sqrt(x))





More information about the cfe-commits mailing list