On Tue, 2005-09-27 at 17:14 +0530, Sankara Narayanan wrote:
> A gentle reminder requesting for  clarification. If our processor does not 
> support floating points how do I modify the bestIndex function so that the 
> functionality is not affected.
> 

(1) Get a compile (such as gcc) that will emulate floating point.
(2) Modify the code to use integers rather than doubles to score
    indices in the optimizer.

-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to