On 03/22/2016 04:41 PM, Andrew Haley wrote: >> > __ mov(rscratch1, (address)(double (*)(double, double))fmod); > What are the overloaded versions of fmod? Never mind, found it. <cmath> includes overloads of fmod. Well, you learn something every day... :-) Andrew.