-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect target features #69
Comments
Reference link:clap-rs/clap#2840 (comment) It may be similar to this issue. #53 Do you have any good suggestions. @epage |
One idea I have is to create a non-exhaustive enum that either has an I can take a crack at this tomorrow if you want. |
Yeah,I look forward to your pr. @epage |
In clap, we have clap-rs/clap#1363. I'm tempted to close this out by pointing to shadow. One thing mentioned in that issue but that I'm not seeing in shadow is checking
target_feature
support (simd flags).The text was updated successfully, but these errors were encountered: