File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 48
48
RUST_TARGET="riscv64gc-unknown-linux-gnu" \
49
49
FLAGS="-march=rv64gc" \
50
50
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
51
+ # Highway requires RVV version 1.0, which isn't the baseline
52
+ # in Debian yet. Therefore, it should remain disabled for now.
53
+ # FLAGS="-march=rv64gcv1p0 -menable-experimental-extensions" \
51
54
WITHOUT_HIGHWAY="true" \
52
55
MESON="--cross-file=/root/meson.ini"
53
56
Original file line number Diff line number Diff line change 52
52
RUST_TARGET="s390x-unknown-linux-gnu" \
53
53
FLAGS="" \
54
54
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none" \
55
- # Highway supports IBMZ starting from IBM/Z14, which needs GCC 11 or
56
- # higher (i.e. Debian 12, glibc 2.36). Therefore, it should be disabled
57
- # for the time being.
55
+ # Highway requires IBM z14, which isn't the baseline in
56
+ # Debian yet. Therefore, it should remain disabled for now.
58
57
# FLAGS="-march=z14 -mzvector" \
59
58
WITHOUT_HIGHWAY="true" \
60
59
MESON="--cross-file=/root/meson.ini"
You can’t perform that action at this time.
0 commit comments