Changeset c68f6e6 for tests/array-container/dimexpr-match-c.cfa
- Timestamp:
- Jul 31, 2023, 4:38:35 PM (2 years ago)
- Branches:
- master
- Children:
- 07b59ec
- Parents:
- 2e94f3e7 (diff), 17c13b9 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array-container/dimexpr-match-c.cfa
r2e94f3e7 rc68f6e6 16 16 #include "dimexpr-match.hfa" // test framework 17 17 18 #ifdef TRY_WISH_1 // "unification as-if" 19 forall( [N] ) 20 void zip( float (*a)[N], float (*b)[N] ) {} 21 #endif 22 18 23 DECLN_runTests { 19 24 … … 21 26 int mut7 = 7, mut42 = 42; 22 27 23 24 28 #define TRY_COMPAT( LV, RV ) \ 25 29 { \ … … 79 83 80 84 #ifdef TRY_WISH_1 // "unification as-if" 81 forall( [N] )82 void zip( float (*a)[N], float (*b)[N] ) {}83 84 85 #define TRY_COMPAT( LV, RV ) \ 85 86 { \ … … 93 94 94 95 #endif 95 96 97 98 96 }
Note:
See TracChangeset
for help on using the changeset viewer.