Skip to content
  • Jan Schmidt's avatar
    Add fallback CPU feature detection for Android · dfcc456c
    Jan Schmidt authored
    On Android, /proc/self/auxv might not be readable (except
    when debuggable=true in the build, annoyingly), so do what
    the android cpufeatures detection code does and fall back to
    /proc/cpuinfo string matching.
    
    Without this, release builds run really slowly, due to ORC always
    doing emulation.
    dfcc456c