Ignore:
Timestamp:
Jul 29, 2025, 1:55:00 PM (2 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
58a4cde
Parents:
23c0ea3
Message:

Resurrect ll perf harness's correctness tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/benchmarks/list/driver.c

    r23c0ea3 rd7a2de1  
    120120#endif
    121121MAYBE_EXTERN_C (
    122     volatile unsigned int const * bobs_prog_rem_pos
    123         = BOP_REMPROGEND_IS_REMNO_BASED ? & bobs_prog_removing_end : & bobs_prog_removing;
     122    volatile unsigned int const * bobs_prog_rem_pos =
     123      #ifdef DISABLE_INTERLEAVING
     124        & bobs_prog_removing
     125      #else
     126        BOP_REMPROGEND_IS_REMNO_BASED ? & bobs_prog_removing_end : & bobs_prog_removing
     127      #endif
     128      ;
    124129)
    125130
Note: See TracChangeset for help on using the changeset viewer.