mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
Suppress AVX10.2 rev.2 tests in xed_test until xed is updated
This commit is contained in:
parent
c5704a21d9
commit
d79ad49523
2 changed files with 11 additions and 10 deletions
|
@ -60,7 +60,8 @@ apx: apx.cpp $(XBYAK_INC)
|
|||
avx10_test: avx10_test.cpp $(XBYAK_INC)
|
||||
$(CXX) $(CFLAGS) avx10_test.cpp -o $@ -DXBYAK64
|
||||
|
||||
TEST_FILES=old.txt new-ymm.txt bf16.txt comp.txt misc.txt convert.txt minmax.txt saturation.txt
|
||||
#TEST_FILES=old.txt new-ymm.txt bf16.txt comp.txt misc.txt convert.txt minmax.txt saturation.txt
|
||||
TEST_FILES=old.txt new-ymm.txt bf16.txt misc.txt convert.txt minmax.txt saturation.txt
|
||||
xed_test:
|
||||
@set -e; \
|
||||
for target in $(addprefix avx10/, $(TEST_FILES)); do \
|
||||
|
|
|
@ -113,17 +113,17 @@ vfpclasspbf16(k7|k5, zword_b[rax+128], 13);
|
|||
vcomsbf16(xm2, xm3);
|
||||
vcomsbf16(xm2, ptr[rax+128]);
|
||||
|
||||
vgetexppbf16(xm1|k3, xmm2);
|
||||
vgetexppbf16(xm1|k3, ptr[rax+128]);
|
||||
vgetexppbf16(xm1|k3, ptr_b[rax+128]);
|
||||
//vgetexppbf16(xm1|k3, xmm2);
|
||||
//vgetexppbf16(xm1|k3, ptr[rax+128]);
|
||||
//vgetexppbf16(xm1|k3, ptr_b[rax+128]);
|
||||
|
||||
vgetexppbf16(ym1|k3, ymm2);
|
||||
vgetexppbf16(ym1|k3, ptr[rax+128]);
|
||||
vgetexppbf16(ym1|k3, ptr_b[rax+128]);
|
||||
//vgetexppbf16(ym1|k3, ymm2);
|
||||
//vgetexppbf16(ym1|k3, ptr[rax+128]);
|
||||
//vgetexppbf16(ym1|k3, ptr_b[rax+128]);
|
||||
|
||||
vgetexppbf16(zm1|k3, zmm2);
|
||||
vgetexppbf16(zm1|k3, ptr[rax+128]);
|
||||
vgetexppbf16(zm1|k3, ptr_b[rax+128]);
|
||||
//vgetexppbf16(zm1|k3, zmm2);
|
||||
//vgetexppbf16(zm1|k3, ptr[rax+128]);
|
||||
//vgetexppbf16(zm1|k3, ptr_b[rax+128]);
|
||||
|
||||
vgetmantpbf16(xm1|k3, xmm2, 3);
|
||||
vgetmantpbf16(xm1|k3, ptr[rax+128], 5);
|
||||
|
|
Loading…
Reference in a new issue