Changeset 401 for trunk/src/core/time.cc


Ignore:
Timestamp:
06/13/15 18:02:17 (10 years ago)
Author:
epyon
Message:
  • clang/gcc fixes
  • removed aligned array, usage of alignas should work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/time.cc

    r395 r401  
    1717#pragma intrinsic(__rdtsc)
    1818#else
    19 #if NV_COMPILER == NV_GNUC && NV_PLATFORM == NV_WINDOWS
     19#if NV_PLATFORM == NV_WINDOWS
    2020// mingw doesn't have usleep nor nanosleep...
    2121#include <windows.h>
     
    7171        Sleep( ms );
    7272#else
    73 #if NV_COMPILER == NV_GNUC && NV_PLATFORM == NV_WINDOWS
     73#if NV_PLATFORM == NV_WINDOWS
    7474        Sleep( ms );
    7575#else
Note: See TracChangeset for help on using the changeset viewer.