aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/Complex.h
diff options
context:
space:
mode:
authorGravatar Marton Danoczy <marton78@gmail.com>2011-11-04 16:37:10 +0100
committerGravatar Marton Danoczy <marton78@gmail.com>2011-11-04 16:37:10 +0100
commitf422668d39c51a7281e55404cfed4a262747eb51 (patch)
treed4b3a45d6ba622317ff2ec43afd39cd0007f4a19 /Eigen/src/Core/arch/NEON/Complex.h
parent1b98b7347248b959a76157a1da16ce70253fb597 (diff)
Patches to support ARM NEON with Clang 3.0 and LLVM-GCC
Diffstat (limited to 'Eigen/src/Core/arch/NEON/Complex.h')
-rw-r--r--Eigen/src/Core/arch/NEON/Complex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/arch/NEON/Complex.h b/Eigen/src/Core/arch/NEON/Complex.h
index 8e55548c9..212887184 100644
--- a/Eigen/src/Core/arch/NEON/Complex.h
+++ b/Eigen/src/Core/arch/NEON/Complex.h
@@ -27,8 +27,8 @@
namespace internal {
-static uint32x4_t p4ui_CONJ_XOR = { 0x00000000, 0x80000000, 0x00000000, 0x80000000 };
-static uint32x2_t p2ui_CONJ_XOR = { 0x00000000, 0x80000000 };
+static uint32x4_t p4ui_CONJ_XOR = EIGEN_INIT_NEON_PACKET4(0x00000000, 0x80000000, 0x00000000, 0x80000000);
+static uint32x2_t p2ui_CONJ_XOR = EIGEN_INIT_NEON_PACKET2(0x00000000, 0x80000000);
//---------- float ----------
struct Packet2cf