Comment 4 for bug 664431

Revision history for this message
Rodrigo Belem (rbelem) wrote :

Hello,

There is already a way to disable NEON on runtime as you can see in the following commit in qt.
http://qt.gitorious.org/qt/qt/commit/ebf9d5dd5174b7c82fec83b56d71a59d5277bd51

export QT_NO_CPU_FEATURE=neon

How could we properly use this feature?