Path: blob/master/Documentation/arm/VFP/release-notes.txt
10823 views
Release notes for Linux Kernel VFP support code1-----------------------------------------------23Date: 20 May 20044Author: Russell King56This is the first release of the Linux Kernel VFP support code. It7provides support for the exceptions bounced from VFP hardware found8on ARM926EJ-S.910This release has been validated against the SoftFloat-2b library by11John R. Hauser using the TestFloat-2a test suite. Details of this12library and test suite can be found at:1314http://www.jhauser.us/arithmetic/SoftFloat.html1516The operations which have been tested with this package are:1718- fdiv19- fsub20- fadd21- fmul22- fcmp23- fcmpe24- fcvtd25- fcvts26- fsito27- ftosi28- fsqrt2930All the above pass softfloat tests with the following exceptions:3132- fadd/fsub shows some differences in the handling of +0 / -0 results33when input operands differ in signs.34- the handling of underflow exceptions is slightly different. If a35result underflows before rounding, but becomes a normalised number36after rounding, we do not signal an underflow exception.3738Other operations which have been tested by basic assembly-only tests39are:4041- fcpy42- fabs43- fneg44- ftoui45- ftosiz46- ftouiz4748The combination operations have not been tested:4950- fmac51- fnmac52- fmsc53- fnmsc54- fnmul555657