1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-03 08:54:12 +01:00
This commit is contained in:
Peter Boyle
2026-04-27 13:54:06 -07:00
parent e4404efe5a
commit ce093b2bf3
+2 -2
View File
@@ -51,8 +51,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#endif
#ifdef __x86_64__
#ifdef GRID_CUDA
accelerator_inline uint64_t __rdtsc(void) { return 0; }
accelerator_inline uint64_t __rdpmc(int ) { return 0; }
//accelerator_inline uint64_t __rdtsc(void) { return 0; }
//accelerator_inline uint64_t __rdpmc(int ) { return 0; }
#else
#include <x86intrin.h>
#endif