Closed
Description
Using std gives us the following features:
std::arch
and target feature detection for seamless simd- .
Having optional no_std
support would give us these tangible benefits:
- .
I have created this issue so that the pros and cons of no_std
can be explained. As of this writing, using no_std
does not seem to be attractive.
As usual, all new features are to be used because of what gain they give us, not to score points. Formulate goal & gain before implementing.