about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-generics.js
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-03-01 16:03:19 +0100
committerGitHub <noreply@github.com>2025-03-01 16:03:19 +0100
commitc112b70f1209db5d54c1912d88310fe226351adc (patch)
tree7ee88a9950148780767e772e8fcea071524b9c85 /tests/rustdoc-js-std/parser-generics.js
parenta500a43367b862e35942ed85f376656140faad06 (diff)
parent854e9f48033e2cfe8615ed3b24ceccb137addd46 (diff)
downloadrust-c112b70f1209db5d54c1912d88310fe226351adc.tar.gz
rust-c112b70f1209db5d54c1912d88310fe226351adc.zip
Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubilee
Fix inaccurate `std::intrinsics::simd` documentation

This addresses two issues:

- the docs on comparison operators (`simd_gt` etc.) said they only work for floating-point vectors, but they work for integer vectors too.
- the docs on various functions that use a mask did not document that the mask must be a signed integer vector. Unsigned integer vectors would cause invalid behavior when the mask vector is widened (unsigned integers would use zero extension, producing incorrect results).

r? ``@workingjubilee``
Diffstat (limited to 'tests/rustdoc-js-std/parser-generics.js')
0 files changed, 0 insertions, 0 deletions