 
            
            
            
            
                6 Dec
                
                    2006
                
            
            
                6 Dec
                
                '06
                
            
            
            
        
    
                1:46 p.m.
            
        Markus, Now all tests have passed, even without -ieee. Your processor is a bit odd! It does not have denorms, inifinity and NaN, except that long double does have denorms. (Look at min/2 and min/256 in the output from the inspect tool.) std::numeric_limits incorrectly states that long double does not have denorms. Fortunately my library does not use std::numeric_limits. I think now we are done. The current version (v.20) may very well become the final version. Thanks for the help. --Johan