mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
llvmpipe: enable f16 paths on aarch64.
Karol noticed luxmark didn't work, and this seems to fix it.
Cc: mesa-stable
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25104>
(cherry picked from commit 109a99e691)
This commit is contained in:
parent
6bc350389e
commit
01019b9577
2 changed files with 2 additions and 2 deletions
|
|
@ -5714,7 +5714,7 @@
|
|||
"description": "llvmpipe: enable f16 paths on aarch64.",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
static inline bool
|
||||
lp_has_fp16(void)
|
||||
{
|
||||
return util_get_cpu_caps()->has_f16c;
|
||||
return util_get_cpu_caps()->has_f16c || DETECT_ARCH_AARCH64;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue