about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-07-04 10:15:38 +0200
committerJakub Beránek <berykubik@gmail.com>2025-07-22 20:17:49 +0200
commit8dc2abb5c3a8de5982dd979ddaf722b4b6cc40fd (patch)
tree2b095811bacd25f96b092db2acf699cb0559c544
parentee6f2c5276c3e19b919abb61693e66b0ded9c8ba (diff)
downloadrust-8dc2abb5c3a8de5982dd979ddaf722b4b6cc40fd.tar.gz
rust-8dc2abb5c3a8de5982dd979ddaf722b4b6cc40fd.zip
Update stdarch README
-rw-r--r--library/stdarch/README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/library/stdarch/README.md b/library/stdarch/README.md
index 9a35f4cd6ff..50905b49e80 100644
--- a/library/stdarch/README.md
+++ b/library/stdarch/README.md
@@ -4,16 +4,8 @@ stdarch - Rust's standard library SIMD components
 [![Actions Status](https://github.com/rust-lang/stdarch/workflows/CI/badge.svg)](https://github.com/rust-lang/stdarch/actions)
 
 
-# Crates
-
-This repository contains two main crates:
-
-* [`core_arch`](crates/core_arch/README.md) implements `core::arch` - Rust's
-  core library architecture-specific intrinsics, and
+This repository contains the [`core_arch`](crates/core_arch/README.md) crate, which implements `core::arch` - Rust's core library architecture-specific intrinsics.
   
-* [`std_detect`](crates/std_detect/README.md) implements `std::detect` - Rust's
-  standard library run-time CPU feature detection.
-
 The `std::simd` component now lives in the
 [`packed_simd_2`](https://github.com/rust-lang/packed_simd) crate.