Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/10/02 22:49
Read: times


 
#24242 - RE: floating point optimization
If speed is _really_ important, use assembly. Much faster, if you exactly know, what precision you really get from the input and what precision you really need at the output. Using assembly, you can use exactly the necessary precision for the data, different precision for different internal data calculations, tricks, precalculated tables etc. Not easy, but of course much more efficient then c libs.

List of 33 messages in thread
TopicAuthorDate
floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: thanks            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Erik confused!!!!            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization/Kunal            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      
RE: Higher speed devices ?            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: C51 optimizing c cross compiler            01/01/70 00:00      
RE: floating point optimization            01/01/70 00:00      

Back to Subject List