Closed GoogleCodeExporter closed 9 years ago
Thanks for sharing, that is pretty bad. Let's comment it out by default then,
and use method v1.
Original comment by erwin.coumans
on 8 Sep 2013 at 4:52
[deleted comment]
Erwin,
Actually according to their code, iPad 1 and iPod Touch 3 used v0 code. But
these devices also work in v1. Am not sure if there is any performance impact.
Original comment by nharisha...@gmail.com
on 8 Sep 2013 at 5:12
Is there another way to check for NEON? It seems from 3GS onwards it is
available.
Original comment by erwin.coumans
on 8 Sep 2013 at 5:24
Yes, neon is available on devices starting from 3GS, but v0 and v1 both use
different set of neon instructions. According to that if-loop, 3GS used v0
code. There are not much information about that function. I've been trying to
understand the function for couple of days now. Will keep you posted.
Original comment by nharisha...@gmail.com
on 8 Sep 2013 at 5:34
ok, fixed in latest revision (always using v1)
https://code.google.com/p/bullet/source/detail?r=2652
Thanks!
Original comment by erwin.coumans
on 10 Sep 2013 at 8:00
Fixed with new check. Thanks for the help!
https://code.google.com/p/bullet/source/detail?r=2657
Original comment by erwin.coumans
on 10 Sep 2013 at 11:13
Original issue reported on code.google.com by
nharisha...@gmail.com
on 8 Sep 2013 at 4:44