lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Seems you need:
> #ifdef __WIN32
> #    include <amp_math.h>
> #endif

Can someone confirm that this works and is the correct thing to do?
Perhaps we need to test for the compiler as well, since amp_math.h
is not a standard header.