Skip to content

gallium/v3d: Allow compilation for arm64/aarch64

Andreas Bergmeier requested to merge abergmeier/mesa:fix_neon_64 into main

Neon options do not make sense for 64bit, since they are guaranteed. Replace fpu alias with actual value to be more explicit.

Merge request reports