From 67ecb262fa373b524c61643ea9d57ce407f74d91 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 7 Apr 2024 21:06:01 +0800 Subject: [PATCH] loongarch: Remove reference to SSSE3 Obviously LoongArch does not have SSSE3. --- chapter08/util-linux.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 763840a98..751b30461 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -113,9 +113,8 @@ su tester -c "make -k check" The hardlink tests will fail if the host's kernel does not have the option enabled or does not have any options providing a SHA256 implementation - (for example, , or - if the CPU supports - Supplemental SSE3) enabled. In addition, the lsfd: inotify test will + (for example, ) + enabled. In addition, the lsfd: inotify test will fail if the kernel option is not enabled.