Skip to content

[FMV] Remove tests for features predres and ls64. #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions SingleSource/UnitTests/AArch64/acle-fmv-features.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,18 +235,6 @@ CHECK(sme2, sme2, sme2, false, {
"smstop za" "\n"
);
})
CHECK(ls64, ls64, ls64, false, {
long data[8];
asm volatile (
"ld64b x0, [%0]" "\n"
"st64b x0, [%0]" "\n"
"st64bv x8, x0, [%0]" "\n"
"st64bv0 x8, x0, [%0]" "\n"
:
: "r" (data)
: "x0", "x1", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "memory"
);
})
CHECK(f32mm, f32mm, f32mm, false, {
asm volatile (
"fmmla z0.s, z1.s, z2.s"
Expand All @@ -271,13 +259,6 @@ CHECK(frintts, frintts, arch=armv8.5-a, false, {
: : : "v0"
);
})
CHECK(predres, predres, predres, false, {
asm volatile (
"cfp rctx, x0" "\n"
"dvp rctx, x1" "\n"
"cpp rctx, x2" "\n"
);
})
CHECK(rcpc3, rcpc3, rcpc3, false, {
long x;
asm volatile (
Expand Down Expand Up @@ -418,12 +399,10 @@ int main(int, const char **) {
check_crc();
check_sme();
check_sme2();
check_ls64();
check_f32mm();
check_f64mm();
check_fp16fml();
check_frintts();
check_predres();
check_rcpc3();
check_rng();
check_sve();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ fp
crc
sme
sme2
ls64
f32mm
f64mm
fp16fml
frintts
predres
rcpc3
rng
sve
Expand Down