brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · 6b82f5e Raw
9 lines · plain
1The tests in this directory use a common convention for exercising the2functionality associated with bit sets of different sizes. When certain3macros are defined the tests instantiate classes that force the bit sets4to be of certain sizes.5 6- B32 forces 32-bit bit sets.7- B64 forces 64-bit bit sets.8- BM forces memory bit sets.9