From d594ff021908b82a293b73c2c7c2ec78d879e2ae Mon Sep 17 00:00:00 2001 From: Wencey Wang Date: Thu, 19 Sep 2024 21:31:07 +0800 Subject: [PATCH] Add config-sanity check --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index b4f74bef59a..8979b16b6ca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1021,6 +1021,8 @@ config-sanity: net @test "$(vnni256)" = "yes" || test "$(vnni256)" = "no" @test "$(vnni512)" = "yes" || test "$(vnni512)" = "no" @test "$(neon)" = "yes" || test "$(neon)" = "no" + @test "$(lsx)" = "yes" || test "$(lax)" = "no" + @test "$(lasx)" = "yes" || test "$(lasx)" = "no" @test "$(comp)" = "gcc" || test "$(comp)" = "icx" || test "$(comp)" = "mingw" || test "$(comp)" = "clang" \ || test "$(comp)" = "armv7a-linux-androideabi16-clang" || test "$(comp)" = "aarch64-linux-android21-clang"