Skip to content

amd/addrlib: fix build on non-x86 platforms

Val Packett requested to merge (removed):addrlib-arm into master

regparm(0) attribute does not work on aarch64 (and presumably powerpc64 and others). Default to not specifying any calling convention on non-amd64/i386 platforms.


Tested on: FreeBSD/aarch64 + AMD POLARIS10


What is BRAHMA_ARM anyway? :D Is that something from the proprietary version? That's a word not found anywhere in mesa except here.

Merge request reports