Improve testing of sub_group_ballot (#1382)

Signed-off-by: Stuart Brady <stuart.brady@arm.com>
This commit is contained in:
Stuart Brady
2022-01-28 09:15:44 +00:00
committed by GitHub
parent 656886030b
commit 60471a5208
4 changed files with 159 additions and 67 deletions

View File

@@ -90,6 +90,9 @@ double genrand_res53(MTdata /*data*/);
#ifdef __cplusplus
/* generates a random boolean */
bool genrand_bool(MTdata /*data*/);
#include <cassert>
struct MTdataHolder