Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
  2. Nov 05, 2018
  3. Nov 04, 2018
  4. Nov 03, 2018
  5. Nov 02, 2018
    • Martin Storsjö's avatar
      dav1d: Only return 0/1 from md5_verify · 44cd6e25
      Martin Storsjö authored
      This makes the process exit codes more sensible when failing
      verification; when there's a mismatch, memcmp returns the difference
      between the two first differing bytes, which can fall outside of the
      range of normal exit codes, into the range of exit codes used when
      terminated by a signal.
      44cd6e25
    • Janne Grunau's avatar
      meson: prevent memory sanitizer builds with asm · 16ce8b1a
      Janne Grunau authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      For example in dav1d_cdef_brow_{8,10}bpc memory sanitizer can not track
      that variance is initilized by dsp->cdef.dir() it is implemented by in
      asm.
      16ce8b1a
    • Martin Storsjö's avatar
      arm: Improve use of getauxval in quirky environments · d4fcb70d
      Martin Storsjö authored
      Manually define the necessary HWCAP if sys/auxv.h didn't define
      it. (It isn't defined in the Android NDK, one has to include
      asm/hwcap.h to get definitions of them. Additionally, the aarch64
      cross libc headers in Ubuntu 16.04 lacked HWCAP definitions from
      sys/auxv.h, also present in asm/hwcap.h. Ubuntu 16.04's armhf
      cross libc headers did however define HWCAP values in sys/auxv.h.)
      
      Don't use any detection at all for NEON on aarch64, since it is a
      mandatory feature there. On WSL on Windows 10 1803 arm64,
      getauxval(AT_HWCAP) returns 0.
      d4fcb70d
  6. Nov 01, 2018
Loading