Changeset 63 for sources/src/sc_time.h


Ignore:
Timestamp:
Oct 23, 2019, 12:33:29 PM (5 years ago)
Author:
bouyer
Message:

Remplace USE_OPENMP with _OPENMP, the latter is automagically defined
by the compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_time.h

    r62 r63  
    4242
    4343extern uint64 nb_cycles;
    44 #ifdef USE_OPENMP
     44#ifdef _OPENMP
    4545#pragma omp threadprivate(nb_cycles)
    4646#endif
Note: See TracChangeset for help on using the changeset viewer.