- Timestamp:
- Apr 15, 2020, 11:05:32 AM (6 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:
- 21923bd, 912ccbcf
- Parents:
- 5569a31 (diff), 391aa0e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests
- Files:
-
- 3 added
- 2 edited
-
.expect/bitmanip3.x64.txt (added)
-
.expect/bitmanip3.x86.txt (added)
-
bitmanip1.cfa (modified) (1 diff)
-
bitmanip2.cfa (modified) (1 diff)
-
bitmanip3.cfa (added)
Legend:
- Unmodified
- Added
- Removed
-
tests/bitmanip1.cfa
r5569a31 r4ea5308 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // bitmanip1.cfa<cfa-cc> -- 8 // 9 // Author : Peter A. Buhr 10 // Created On : Tue Apr 7 21:20:29 2020 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 7 21:20:57 2020 13 // Update Count : 1 14 // 15 1 16 #include <fstream.hfa> 2 17 #include <bitmanip.hfa> -
tests/bitmanip2.cfa
r5569a31 r4ea5308 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // bitmanip2.cfa -- 8 // 9 // Author : Peter A. Buhr 10 // Created On : Tue Apr 7 21:21:20 2020 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Apr 7 21:21:40 2020 13 // Update Count : 1 14 // 15 1 16 #include <fstream.hfa> 2 17 #include <bitmanip.hfa>
Note:
See TracChangeset
for help on using the changeset viewer.