softfloat.c (3d5271f9883cba7b54762bc4fe027d4172f06db7) | softfloat.c (50a23e6eec6f20d55a3a920e47adb455bff6046e) |
---|---|
1/* 2=============================================================================== 3 4This C source file is part of the SoftFloat IEC/IEEE Floating-point 5Arithmetic Package, Release 2. 6 7Written by John R. Hauser. This work was made possible in part by the 8International Computer Science Institute, located at Suite 600, 1947 Center 9Street, Berkeley, California 94704. Funding was partially provided by the 10National Science Foundation under grant MIP-9311980. The original version 11of this code was written as part of a project to build a fixed-point vector 12processor in collaboration with the University of California at Berkeley, 13overseen by Profs. Nelson Morgan and John Wawrzynek. More information | 1/* 2=============================================================================== 3 4This C source file is part of the SoftFloat IEC/IEEE Floating-point 5Arithmetic Package, Release 2. 6 7Written by John R. Hauser. This work was made possible in part by the 8International Computer Science Institute, located at Suite 600, 1947 Center 9Street, Berkeley, California 94704. Funding was partially provided by the 10National Science Foundation under grant MIP-9311980. The original version 11of this code was written as part of a project to build a fixed-point vector 12processor in collaboration with the University of California at Berkeley, 13overseen by Profs. Nelson Morgan and John Wawrzynek. More information |
14is available through the web page `http://HTTP.CS.Berkeley.EDU/~jhauser/ 15arithmetic/softfloat.html'. | 14is available through the web page 15http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt |
16 17THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort 18has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT 19TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO 20PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY 21AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE. 22 23Derivative works are acceptable, even for commercial purposes, so long as --- 3412 unchanged lines hidden --- | 16 17THIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE. Although reasonable effort 18has been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT 19TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO 20PERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY 21AND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE. 22 23Derivative works are acceptable, even for commercial purposes, so long as --- 3412 unchanged lines hidden --- |