summaryrefslogtreecommitdiff
path: root/thirdparty/libvpx/rtcd
AgeCommit message (Collapse)Author
2019-02-24Disable all use of avx instructionsHein-Pieter van Braam
For some reason CPU feature detection isn't working on our vendored libvpx. This breaks Godot on older CPUs (pre-2011).
2016-10-19libvpx: Necessary modificationsBłażej Szczygieł
- convert ARM assembly (NEON) files, - add rtcd for run-time CPU features detection, - modify "system_state.h", - "arm_cpudetect.c" fixes.