Skip to content

Instantly share code, notes, and snippets.

View codyd51's full-sized avatar

Phillip Tennen codyd51

View GitHub Profile
@codyd51
codyd51 / tester.c
Created October 9, 2016 20:14
Interpolate vs interpolatev speed testing
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "eam.h"
#include "CoMDTypes.h"
#include "interpolatev.h"
#include "interpolate.h"
#define SINE_TABLE_SIZE 1000