summaryrefslogtreecommitdiff
path: root/src/util/u_cpu_detect.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-09util: simplify BSD includesJan Beich1-7/+2
2019-10-09util: detect AltiVec at runtime on BSDsJan Beich1-4/+23
2019-10-09util: skip AltiVec detection if built with -maltivecJan Beich1-1/+9
2019-10-09util: detect NEON at runtime on FreeBSDJan Beich1-0/+9
2019-10-09util: skip NEON detection if built with -mfpu=neonJan Beich1-1/+3
2019-08-27util: add auxv based PowerPC AltiVec/VSX detectionDaniel Kolesa1-4/+25
2019-01-24gallium: Enable ASIMD/NEON on aarch64.Matt Turner1-2/+9
2018-11-12util: Fix warning in u_cpu_detect on non-x86Alyssa Rosenzweig1-2/+2
2018-10-30util: move u_cpu_detect to utilDylan Baker1-0/+593