Hi, this isn't a C question, its assembly. I'm just wondering if any of the C programers here have the disassemblies of the various math function.
I just want to compare them to the ones I wrote, perhaps they deserve to be replaced (edit- I'm refering to my ones here... really:alright: ).
Since I'm sure theres alot here are the mains ones I want:
acos
asin
htan
hcos
hsin
and the inverses of the above hyperbolic functions.
Thanks alot, it'll be a great help.
I just want to compare them to the ones I wrote, perhaps they deserve to be replaced (edit- I'm refering to my ones here... really:alright: ).
Since I'm sure theres alot here are the mains ones I want:
acos
asin
htan
hcos
hsin
and the inverses of the above hyperbolic functions.
Thanks alot, it'll be a great help.
I'm doing some disassemblies now, but I doubt that the C-functions can be faster than any other functions. Just to much overhead.
BTW. Get HIEW and Dependency Walker and you can disassemble the C-functions yourself!
BTW. Get HIEW and Dependency Walker and you can disassemble the C-functions yourself!
Thanks gliptic.
I don't what to just copy and paste them, rather I'd like to study them and see if theres any techniques I could use to speed up the ones I worte.
I don't what to just copy and paste them, rather I'd like to study them and see if theres any techniques I could use to speed up the ones I worte.