mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-28 10:00:46 +00:00
radv/ac: copy llvm machine feature flags from radeonsi.
This just updates this to use the same flags as radeonsi for consistency. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
794ae44095
commit
fed740eafe
@ -131,7 +131,7 @@ LLVMTargetMachineRef ac_create_target_machine(enum radeon_family family, bool su
|
||||
target,
|
||||
triple,
|
||||
ac_get_llvm_processor_name(family),
|
||||
"+DumpCode,+vgpr-spilling",
|
||||
"+DumpCode,+vgpr-spilling,-fp32-denormals,-xnack",
|
||||
LLVMCodeGenLevelDefault,
|
||||
LLVMRelocDefault,
|
||||
LLVMCodeModelDefault);
|
||||
|
Loading…
Reference in New Issue
Block a user