Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Two questions: 1. Fast Math Functions 2. Instruction Count

Status
Not open for further replies.

real_tr

Member level 3
Joined
Mar 22, 2002
Messages
63
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Turkiye
Activity points
433
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.
 

What is required precision ? If not that much - use lookup table instead.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top