More todo's

This commit is contained in:
Joshua Scoggins 2016-04-17 23:20:59 -07:00
parent 35955d20ba
commit 42b2822414

View File

@ -99,6 +99,9 @@ typedef uint32_t UINT;
#include <limits.h> // for PAGESIZE...
#include <math.h>
// TODO: move the compiler detect routines to a separate file to declutter
// things
// check for legacy defines...
#if (defined __ICC)
#if (!defined __INTEL_COMPILER)