mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-21 03:48:22 +02:00
nak/nvdisasm_tests: Fix expected value of F16v2
This was mistakenly changed when renaming the enum.
Fixes: b1fe47e944 ("nak: Rename AtomType::F16x2 to F16v2")
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42196>
This commit is contained in:
parent
924ccc2f6c
commit
542e050ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ pub fn test_ld_st_atom() {
|
|||
let order = MemOrder::Strong(MemScope::CTA);
|
||||
|
||||
let atom_types = [
|
||||
(AtomType::F16v2, ".f16v2.rn"),
|
||||
(AtomType::F16v2, ".f16x2.rn"),
|
||||
(AtomType::U32, ""),
|
||||
(AtomType::I32, ".s32"),
|
||||
(AtomType::F32, ".f32.ftz.rn"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue