Files
rust/compiler/rustc_span/src
Matthias Krüger aa6bd55948 Rollup merge of #147113 - heiher:src-analysis-lsx, r=lqd
Reland "Add LSX accelerated implementation for source file analysis"

This patch introduces an LSX-optimized version of `analyze_source_file` for the `loongarch64` target. Similar to existing SSE2 implementation for x86, this version:

- Processes 16-byte chunks at a time using LSX vector intrinsics.
- Quickly identifies newlines in ASCII-only chunks.
- Falls back to the generic implementation when multi-byte UTF-8 characters are detected or in the tail portion.

Reland rust-lang/rust#145963

r? ``@lqd``
2025-09-28 18:13:12 +02:00
..
2025-01-08 21:26:39 +01:00
2025-06-30 20:42:27 +10:00
2025-06-22 20:29:39 +00:00
2025-04-24 12:54:40 +08:00
2025-09-05 20:22:12 -05:00
2024-07-29 08:26:52 +10:00
2025-08-10 23:01:45 +00:00