We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e9ac4 commit 5b73778Copy full SHA for 5b73778
tests/ui/arch/any.rs
@@ -4,6 +4,7 @@
4
5
use spirv_std::spirv;
6
use spirv_std::{scalar::Scalar, vector::Vector};
7
+
8
/// HACK(shesp). Rust doesn't allow us to declare regular (tuple-)structs containing `bool` members
9
/// as `#[repl(simd)]`. But we need this for `spirv_std::arch::any()` and `spirv_std::arch::all()`
10
/// to work.
0 commit comments