/*Allows you to time insts. Results vary because the CPU does parallel and out-of-order execution. */ #define SAMPLE_SIZE 10000000 U0 TimeIns() { I64 i,start,end,overhead_time,test_time; F64 d=5.0; //Measure Loop Overhead start=GetTSC; for (i=0;i