• Rostislav Vasilikhin's avatar
    Merge pull request #9329 from savuor:softfloat_sincos · 66b06516
    Rostislav Vasilikhin authored
    SoftFloat: added sin, cos and docs (#9329)
    
    * softfloat: comparison operators made inline, min() max() eps() isSubnormal() added
    
    * softfloat: get/set sign/exp
    
    * softfloat: get/set frac
    
    * softfloat: tests rewritten with new tools
    
    * softfloat: added pi(), sin(), cos()
    
    * softfloat: more comments
    
    * softfloat: updated sincos arg reduction
    
    * softfloat: initial tests for sincos added
    
    * softfloat: test works, code cleanup is pending
    
    * softfloat: sincos argreduce rewritten
    
    * softfloat: sincos refactored and simplified
    
    * softfloat sincos: epsilons calibrated
    
    * softfloat: junk code removed from tests
    
    * softfloat: docs added
    
    * inline comparisons undone; warning fixed
    66b06516
softfloat.cpp 162 KB