Visual Studio Code – Ensuring x64 compliance of custom ASM-function in clang-cl
For my custom compiled native x64 JIT-code, I have certain instrinsic functions. A lot of them are just called from my code, thus I will generate with my own compiler. Some of them however are directly called from c++-code, and…