You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neon instruction set is optional and detection is via the file /proc/cpuinfo
This file can not be read within Chrome's sandbox.
r1037 attempts to read the file, but if it can not be read and the NEON code
has been built in, Neon is assumed to be true.
Find a better way to detect Neon that is sandbox friendly.
Original issue reported on code.google.com by fbarch...@google.com on 22 Jul 2014 at 5:35