real_tr
Member level 3
I have two questions
1. I want a fast math library written with C. The standard cos and sin functions, also abs, are too slow. can i take the results fast of these calculations ? Any idea ?
2. I want to get the instruction count of my program. Is there a tool for this ? The application is written with C/C++ with MSVC.
Thanks for help.
1. I want a fast math library written with C. The standard cos and sin functions, also abs, are too slow. can i take the results fast of these calculations ? Any idea ?
2. I want to get the instruction count of my program. Is there a tool for this ? The application is written with C/C++ with MSVC.
Thanks for help.