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 [email protected] on 22 Jul 2014 at 5:35
The text was updated successfully, but these errors were encountered:
cross posting from crbug:
This CL provides a way to cache files and makes them available in the sandbox.
https://codereview.chromium.org/416473002/
This CL uses the sandbox file cache from the above CL to provide a weak
implementation of getauxval, guaranteeing its availability in Chrome.
https://codereview.chromium.org/435533003
Now getauxval can be used inside the Chrome sandbox regardless of glibc
version. Think that provides everything you need and you will have no
Chrome-specific code in the libs.
How's this sound to the media guys?
fbarchard@ Could you test this with libyuv et el...you'd need to cherry pick
the above CLs.
We work around this for ffmpeg by initializing the cpu flags prior to sandbox
startup, we could do the same for libyuv:
https://code.google.com/p/chromium/codesearch#chromium/src/media/base/media.cc&l
=30
Original issue reported on code.google.com by
[email protected]
on 22 Jul 2014 at 5:35The text was updated successfully, but these errors were encountered: