linux-user: silence missing LASX notice

Signed-off-by: Zhaoyang Xie <xie_zyang@163.com>
This commit is contained in:
Zhaoyang Xie 2026-08-07 14:54:29 +08:00 committed by Hanlu Li
parent 9dfb089ca9
commit 3fe3a4806b
1 changed files with 0 additions and 1 deletions

View File

@ -1288,7 +1288,6 @@ int main(int argc, char **argv, char **envp)
fprintf(stderr, ". Please check KERNEL and HARDWARE.\n");
}
if (!(hwcap & HWCAP_LOONGARCH_LASX)) {
fprintf(stderr, "not found LASX, use 128-bit vectors\n");
option_enable_lasx = 0;
}
#endif