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:
Diffstat (limited to 'lib/TH/cmake/FindSSE.cmake')
-rw-r--r--lib/TH/cmake/FindSSE.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TH/cmake/FindSSE.cmake b/lib/TH/cmake/FindSSE.cmake
index a14abe8..f84ce89 100644
--- a/lib/TH/cmake/FindSSE.cmake
+++ b/lib/TH/cmake/FindSSE.cmake
@@ -73,7 +73,7 @@ SET(AVX2_CODE "
int main()
{
- __m256i a = {0};
+ __m256i a;
a = _mm256_abs_epi16(a);
return 0;
}