Original Post
I'm working on a few fixed point math routines, and need a long divide (128 bit dividend, 64 bit divisor). I found the multiplication equivalent (_mul128) which is a long multiply. 64 bit processors have a long divide instruction (div), but I can't seem to find the intrinsic for it (wouldn't be a problem if I could use inline assembly, but thats a complaint for another time).