7 Commits

Author SHA1 Message Date
Emil Fresk
eff63f794f cfail update 2021-04-27 19:03:12 +02:00
Emil Fresk
6fdcc4fb99 New SPSC queue, now safe and much simpler
This commit implements a new, simplified, SPSC that does not have the
reported issues (e.g. not properly wrapping the indexes for non
powers-of-2), and the support for multiple different index sizes has
been removed for simplicity.
2021-04-18 19:18:56 +02:00
Roman Proskuryakov
a507b8ec3e Fix cfail tests in const generics 2021-04-03 14:02:09 +03:00
Emil Fresk
870a925229 Removed SingeCore and MultiCore, relies on atomics now 2021-04-01 21:07:05 +02:00
Roman Proskuryakov
5bde47c214 Fix cfail tests 2021-03-28 11:04:39 +03:00
Jorge Aparicio
1184bf43bc update UI text 2019-12-17 16:36:39 +01:00
Jorge Aparicio
2274a56f02 move cfail tests into their own Cargo project 2019-12-17 16:25:41 +01:00