Skip to content
Snippets Groups Projects
Commit 3b268fa4 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 352e86db
Branches
Tags
No related merge requests found
Pipeline #3766 passed
......@@ -11,11 +11,9 @@
#define NPTS 1000000000
double pi;
void main() {
int i;
double a,b,c,dt,mflops;
double a,b,c,pi,dt,mflops;
struct timespec tstart,tend;
clock_gettime(CLOCK_REALTIME,&tstart);
a = 0.5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment