util: Avoid strict aliasing bugs in xxhash.
[mesa.git] / src / util / u_cpu_detect.c
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2019-10-09 Jan Beichutil: simplify BSD includes
2019-10-09 Jan Beichutil: detect AltiVec at runtime on BSDs
2019-10-09 Jan Beichutil: skip AltiVec detection if built with -maltivec
2019-10-09 Jan Beichutil: detect NEON at runtime on FreeBSD
2019-10-09 Jan Beichutil: skip NEON detection if built with -mfpu=neon
2019-08-27 Daniel Kolesautil: add auxv based PowerPC AltiVec/VSX detection
2019-01-24 Matt Turnergallium: Enable ASIMD/NEON on aarch64.
2018-11-12 Alyssa Rosenzweigutil: Fix warning in u_cpu_detect on non-x86
2018-10-30 Dylan Bakerutil: move u_cpu_detect to util