@[email protected] to linuxmemesEnglish • 7 months agoSupreme leader madsh.itjust.worksimagemessage-square102fedilinkarrow-up1763arrow-down133
arrow-up1730arrow-down1imageSupreme leader madsh.itjust.works@[email protected] to linuxmemesEnglish • 7 months agomessage-square102fedilink
minus-square@[email protected]linkfedilink30•7 months agoYeah but a lot of that C code has inline assembly so it’s more like 5-10% asm.
minus-square@riodoro1link1•7 months agoAfaik MSVC forbids it and it’s one of the very few nice things about c++ on windows. If you need to write assembly don’t fucking do it in a cpp file. Create a header, an assembly file, assemble it and link to it.
Yeah but a lot of that C code has inline assembly so it’s more like 5-10% asm.
Inline assembly is such a shit practice. But c++ bad.
Sometimes you can’t get around it though.
Afaik MSVC forbids it and it’s one of the very few nice things about c++ on windows.
If you need to write assembly don’t fucking do it in a cpp file. Create a header, an assembly file, assemble it and link to it.