RustCrypto / utils

Utility crates used in RustCrypto
450 stars 130 forks source link

cpufeatures: fix cfg for freestanding x86 targets #1137

Closed newpavlov closed 1 week ago

newpavlov commented 1 week ago

Previously we were using an empty string for target_os to indicate freestanding targets which is incorrect. We should use none instead.

Closes #1136