Confirmed. Cut & paste error with code templates in X64 code generator.
Conversion float -> unsigned long long int and double (=long double) -> unsigned long long int will use AVX instruction in Microsoft mode with SSE architecture (and RIP-relative addressing, but this is non-optional right now).
Will be fixed in some future version.