Changeset 0da5cd5 for doc/theses
- Timestamp:
- Jun 2, 2020, 3:59:53 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 591f084, edb2fe0
- Parents:
- 64e9fef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/relaxed_list.hpp
r64e9fef r0da5cd5 83 83 , numLists(numLists) 84 84 #if VARIANT == SNZI || VARIANT == DISCOVER 85 , snzi( 1, 8)85 , snzi( std::log2( numLists / 8 ), 2 ) 86 86 #elif VARIANT == SNZM 87 87 , snzm( numLists )
Note: See TracChangeset
for help on using the changeset viewer.