inline __asm is not supported in x64, so use the naive implementation until x64 asm implemented.
needed for spice/common files used by the client, server & qxl driver. in windows _inline works for both c/c++, while inline is c++ only. compiling the client with mixed c/c++ code required this define.