Skip to content

Commit 4153c4e

Browse files
feat: reduce the intrinsics coverage for x86_64 intrinsics
1 parent 76067f7 commit 4153c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/intrinsic-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ case ${TARGET} in
7575
TEST_CXX_COMPILER="clang++"
7676
TEST_RUNNER="${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER}"
7777
TEST_SKIP_INTRINSICS=crates/intrinsic-test/missing_x86.txt
78-
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=30}"
78+
: "${TEST_SAMPLE_INTRINSICS_PERCENTAGE:=20}"
7979
;;
8080
*)
8181
;;

0 commit comments

Comments
 (0)