[arrayfire] 25/34: Removed __LP64__ macro from checks related to valid cpuid usability

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:04 UTC 2015


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

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 8ed7ae48ab0066589a036957a1805472abf28ea7
Author: pradeep <pradeep at arrayfire.com>
Date:   Fri Sep 25 09:19:19 2015 -0400

    Removed __LP64__ macro from checks related to valid cpuid usability
---
 include/af/defines.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/af/defines.h b/include/af/defines.h
index b593cd6..c2b8ead 100644
--- a/include/af/defines.h
+++ b/include/af/defines.h
@@ -50,7 +50,7 @@
     typedef long long   dim_t;
 #endif
 
-#if defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86) || defined(_WIN64) || defined(__LP64__)
+#if defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86) || defined(_WIN64)
 #define USE_CPUID
 #endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list