File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ cmake = "0.1.50"
43
43
# targets, and currently only has an effect when `cmake` is used. It builds
44
44
# binaries portable to machines without RVV, even if the build machine is
45
45
# riscv64 and detected to support RVV. This is useful for building a more
46
- # portable binary, or on systems where auto-detection is incorrect
47
- # (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
46
+ # portable binary, or on systems where auto-detection is incorrect (as in
47
+ # https://github.com/zlib-ng/zlib-ng/issues/1705). Building with the `RVV_OFF`
48
+ # environment variable set (to any value) is equivalent to this feature.
48
49
rvv-off = []
49
50
50
51
[lints .rust ]
Original file line number Diff line number Diff line change @@ -93,8 +93,9 @@ stock-zlib = []
93
93
# targets, and currently only has an effect when `cmake` is used. It builds
94
94
# binaries portable to machines without RVV, even if the build machine is
95
95
# riscv64 and detected to support RVV. This is useful for building a more
96
- # portable binary, or on systems where auto-detection is incorrect
97
- # (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
96
+ # portable binary, or on systems where auto-detection is incorrect (as in
97
+ # https://github.com/zlib-ng/zlib-ng/issues/1705). Building with the `RVV_OFF`
98
+ # environment variable set (to any value) is equivalent to this feature.
98
99
rvv-off = []
99
100
# Deprecated: the assembly routines are outdated, and either reduce performance
100
101
# or cause segfaults.
You can’t perform that action at this time.
0 commit comments