You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add support for CARGO_CFG_TARGET_FEATURE. Typical example might be "mmx,sse"
This would allow programs to report on how optimized they are for various processors (using SIMD instructions etc).
Would be useful for chess engines written in rust :-)
The text was updated successfully, but these errors were encountered:
AFAICS there is currently no reliable way to do this; it's is a long-standing issue with rustc, tracked among others in rust-lang/rust#44036. Also see rust-lang/cargo#7828
Would it be possible to add support for CARGO_CFG_TARGET_FEATURE. Typical example might be "mmx,sse"
This would allow programs to report on how optimized they are for various processors (using SIMD instructions etc).
Would be useful for chess engines written in rust :-)
The text was updated successfully, but these errors were encountered: