I\'m writing a cryptography program, and the core (a wide multiply routine) is written in x86-64 assembly, both for speed and because it extensively uses instructions like <
What about creating a dummy function that is written in C and does nothing but call the inline assembly?