[eigen] Eigen or compiler bug only on ARM |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Eigen or compiler bug only on ARM
- From: Keir Mierle <mierle@xxxxxxxxx>
- Date: Wed, 22 Aug 2012 11:38:29 -0700
- Cc: Sameer Agarwal <sameeragarwal@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=hsRKOoP+fLHrDfMKtsyNrbDgOR9bQQQiXbSBeN96TOE=; b=oqoN/wX3A74LqaASS/vvPfWKYUycFAU40AlbKzPRTZkvgI3geeXtBjGSZumwxQnbpY ODdT4LkpiKaNyo+H65jJuFdAV70sQlCGo0D8uUyB1K0dpbF/F6oWC31oXifg6YGPMR/x 4M5ADknRyV8PaG4MkbT3GgW/kVDe5NGxceFEL47NfGS2sA1kDY4sXwVnQd1J9d7Od5O4 swWZDudDK5dewgyxWS1S/fWsA4k/d8d1/sWXoV91rqruziXV30sCXZJexnjl8td3lRdx dTeq7zA9Wruxg35R9vNedUt35bwMbZFh/Q0pGnIpmSpr1+KoJn7Z+9pWRcVHXyjXelMy yBZA==
We found a strange bug using Eigen 3..0.x with the Android NDK. You can see the details in the patch to Ceres's Eigen usage here:
Once we narrowed the issue down to that statement, I gave up on digging deeper since it's not high priority, but I figured there was a small chance someone on this list might have seen something like this before. On the desktop, everything works fine.
Keir