Skip to content

Commit 5bee27c

Browse files
committed
std_detect: Remove comment about zvl*b target features
1 parent 1474c1d commit 5bee27c

File tree

1 file changed

+0
-3
lines changed
  • crates/std_detect/src/detect/arch

1 file changed

+0
-3
lines changed

crates/std_detect/src/detect/arch/riscv.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ features! {
205205
@FEATURE: #[unstable(feature = "stdarch_riscv_feature_detection", issue = "111192")] zve64d: "zve64d";
206206
/// Vector Extensions for Embedded Processors
207207
208-
// FIXME: we can implement this by getting the current vlen
209-
// zvl*b: Minimum Vector Length Standard Extensions
210-
211208
@FEATURE: #[unstable(feature = "stdarch_riscv_feature_detection", issue = "111192")] zvkb: "zvkb";
212209
/// Vector Bit-manipulation used in Cryptography
213210
@FEATURE: #[unstable(feature = "stdarch_riscv_feature_detection", issue = "111192")] zvbb: "zvbb";

0 commit comments

Comments
 (0)