Closed GoogleCodeExporter closed 9 years ago
Can you detect the 64bit version and disable the assembly for now?
Are one of the following preprocessor definitions defined in LLVM 64bit?
#if defined(__LP64__) || defined(_LP64)
//disable NEON
#endif
Original comment by erwin.coumans
on 24 Sep 2013 at 7:13
I don't get any compile error in 64bit mode, can you copy the compile error you
get?
Thanks,
Erwin
Original comment by erwin.coumans
on 6 Oct 2013 at 8:30
See also http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?t=9538
I haven't been able to reproduce it yet, but we probably should disable NEON on
64bit for now, with the pre-processor definition.
#if defined(__LP64__) || defined(_LP64)
Original comment by erwin.coumans
on 11 Nov 2013 at 6:25
it should be fixed in latest trunk:
https://code.google.com/p/bullet/source/detail?r=2716
can you please test and confirm?
Thanks,
Erwin
Original comment by erwin.coumans
on 18 Nov 2013 at 10:17
mark as closed, if the issue is still there please reply (or create a new issue)
Original comment by erwin.coumans
on 4 Dec 2013 at 7:12
Original issue reported on code.google.com by
nharisha...@gmail.com
on 17 Sep 2013 at 4:30