about summary refs log tree commit diff
path: root/tests/ui/codegen/unsupported-static-initializer-in-const-array.rs
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-09-04 10:01:57 +1000
committerGitHub <noreply@github.com>2025-09-04 10:01:57 +1000
commit2952b99dcafa1ca6b63641d67f1a371e61e8faee (patch)
tree4e6f6d2e80e67eb6c3c1534b5078aa13e24a69eb /tests/ui/codegen/unsupported-static-initializer-in-const-array.rs
parent6c77c4c115b539f0a9ade4cb7874260039a98970 (diff)
parent5b43244ac59119870c9e0f6b642340ab88355b23 (diff)
downloadrust-2952b99dcafa1ca6b63641d67f1a371e61e8faee.tar.gz
rust-2952b99dcafa1ca6b63641d67f1a371e61e8faee.zip
Rollup merge of #145963 - heiher:src-analysis-lsx, r=lqd
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.
Diffstat (limited to 'tests/ui/codegen/unsupported-static-initializer-in-const-array.rs')
0 files changed, 0 insertions, 0 deletions