Ignore:
Timestamp:
Jul 31, 2023, 4:38:35 PM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-container/dimexpr-match-c.cfa

    r2e94f3e7 rc68f6e6  
    1616#include "dimexpr-match.hfa"     // test framework
    1717
     18#ifdef TRY_WISH_1 // "unification as-if"
     19forall( [N] )
     20void zip( float (*a)[N], float (*b)[N] ) {}
     21#endif
     22
    1823DECLN_runTests {
    1924
     
    2126    int mut7 = 7, mut42 = 42;
    2227
    23    
    2428    #define TRY_COMPAT( LV, RV )        \
    2529    {                                   \
     
    7983
    8084  #ifdef TRY_WISH_1 // "unification as-if"
    81     forall( [N] )
    82     void zip( float (*a)[N], float (*b)[N] ) {}
    83 
    8485    #define TRY_COMPAT( LV, RV )        \
    8586    {                                   \
     
    9394
    9495  #endif
    95 
    96 
    97 
    9896}
Note: See TracChangeset for help on using the changeset viewer.