mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
The test assumed that the 'avx2' target_feature would never be set and used this fact to verify that unsafe_target_feature would correctly not even compile test functions maked with that target_feature. As of CentOS 10 and derivatives, th avx2 target_feature is now set by the system rustc, so let's use a target_feature less likely to appear in the real world. Closes #755 |
||
|---|---|---|
| .. | ||
| tests.rs | ||