Skip to content

add support for LoongArch to LLVMPipe (ORCJIT)

Icenowy Zheng requested to merge icenowy/mesa:orcjit-la into main

This MR adds detection of LoongArch to gallium architecture detection code, and then use it to add support for LoongArch to LLVMPipe ORCJIT (MCJIT is not available on LoongArch).

Merge request reports