64-bit MSVC is nearly supported. The currently blocking issue is some
problem with cl_asm.S.

MSVC does not recognize the .S extension. That can be solved by adding the switch -TC in the .S.lo rule of the Makefile:

$(AM_V_CPPAS_no)$(LTCPPASCOMPILE) -TC -c -o $@ $<