Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2017-01-10 08:15:11 +0300
committerGitHub <noreply@github.com>2017-01-10 08:15:11 +0300
commitafed56595cd26ff62f054c0f6381c6eb593c3afa (patch)
tree74c7cf4bdd202718f1c56998774e78b9b95df7e3
parentf624ae98624d4e356eebee00ddcd3e721c90f7ba (diff)
fixing arm64 build
-rw-r--r--lib/TH/generic/simd/simd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TH/generic/simd/simd.h b/lib/TH/generic/simd/simd.h
index ee53e2c..882b463 100644
--- a/lib/TH/generic/simd/simd.h
+++ b/lib/TH/generic/simd/simd.h
@@ -53,7 +53,7 @@ enum SIMDExtensions
};
-#if defined(__arm__)
+#if defined(__arm__) || defined(__NEON__)
#if defined(__NEON__)