I'm aware of https://groups.google.com/forum/#!searchin/julia-users/calling$20assembly/julia-users/fJHZCAJkrgo/VV7ZskAjqzMJ - I'm wondering if anything has changed in the last few years? Is calling C still the best way to call inline assembly?
I ask because for a general library, I am not sure how portable this is. How does one bundle C code so that it is compiled on all platforms Julia runs on? Thanks, Andrew PS That thread refers to "PAPI C's interface[1]", but I can't see what [1] refers to, and my attepts at googling for PAPI have been unproductive. So any info on that, too, would be appreciated.
