| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| benchmark.cc | ||
| colorprint.cc | ||
| colorprint.h | ||
| commandlineflags.cc | ||
| commandlineflags.h | ||
| cycleclock.h | ||
| mutex_lock.h | ||
| sleep.cc | ||
| sleep.h | ||
| stat.h | ||
| sysinfo.cc | ||
| sysinfo.h | ||
| walltime.cc | ||
| walltime.h |
Currently there are tests for ARMV3 and ARMV6 in cycleclock.h which are not defined using gcc on ARM. Since there is also a cast to the unknown type int64 I assume that the ARM code has not been tested. Therefore this patch replaces the checks for ARMV3 and ARMV6 by checks for __ARM_ARCH. Also, the cast to int64 is fixed by casting to int64_t.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| benchmark.cc | Loading commit data... | |
| colorprint.cc | Loading commit data... | |
| colorprint.h | Loading commit data... | |
| commandlineflags.cc | Loading commit data... | |
| commandlineflags.h | Loading commit data... | |
| cycleclock.h | Loading commit data... | |
| mutex_lock.h | Loading commit data... | |
| sleep.cc | Loading commit data... | |
| sleep.h | Loading commit data... | |
| stat.h | Loading commit data... | |
| sysinfo.cc | Loading commit data... | |
| sysinfo.h | Loading commit data... | |
| walltime.cc | Loading commit data... | |
| walltime.h | Loading commit data... |