rust/library/stdarch/crates
Aleksey Kladov 0bd16446db Fix race condition in feature cache on 32 platforms (#837)
* Fix race condition in feature cache on 32 platforms

If we observe that the second word is initialized, we can't really
assume that the first is initialized as well. So check each word
separately.

* Use stronger atomic ordering

Better SeqCst than sorry!

* Use two caches on x64 for simplicity
2020-01-28 21:53:17 +01:00
..
assert-instr-macro Format with rustfmt 2019-10-26 18:46:57 +02:00
core_arch Add Icelake avx512 features (#838) 2020-01-26 13:10:29 -06:00
simd-test-macro Update proc-macro2, syn, and quote to 1.0 2019-10-26 18:46:57 +02:00
std_detect Fix race condition in feature cache on 32 platforms (#837) 2020-01-28 21:53:17 +01:00
stdarch-test Require prefix of instruction line to be the expected instruction 2019-12-18 17:41:21 +01:00
stdarch-verify Format with rustfmt 2019-10-26 18:46:57 +02:00