Replies: 1 comment 1 reply
-
You most likely copied this from our Lines 41 to 42 in 35abd95 You could likely make one for each available feature. A global list of all features would probably bloat your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to do this:
#[cfg(all(target_arch = "spirv", not(target_feature = "Int64")))]
And despite I see similar code in
spirv-std
, I'm getting a warning:I would have expected it to be recognized. Or is it recognized by the backend, but Rust will still complain about it?
This is not happening for
target_arch = "spirv"
though, which is why I'm confused.Beta Was this translation helpful? Give feedback.
All reactions