release-notes.txt
来自「鼎力推荐!本程序是基于嵌入式LUNUX系统开发的源程序代码」· 文本 代码 · 共 56 行
TXT
56 行
Release notes for Linux Kernel VFP support code-----------------------------------------------Date: 20 May 2004Author: Russell KingThis is the first release of the Linux Kernel VFP support code. Itprovides support for the exceptions bounced from VFP hardware foundon ARM926EJ-S.This release has been validated against the SoftFloat-2b library byJohn R. Hauser using the TestFloat-2a test suite. Details of thislibrary and test suite can be found at: http://www.cs.berkeley.edu/~jhauser/arithmetic/SoftFloat.htmlThe operations which have been tested with this package are: - fdiv - fsub - fadd - fmul - fcmp - fcmpe - fcvtd - fcvts - fsito - ftosi - fsqrtAll the above pass softfloat tests with the following exceptions:- fadd/fsub shows some differences in the handling of +0 / -0 results when input operands differ in signs.- the handling of underflow exceptions is slightly different. If a result underflows before rounding, but becomes a normalised number after rounding, we do not signal an underflow exception.Other operations which have been tested by basic assembly-only testsare: - fcpy - fabs - fneg - ftoui - ftosiz - ftouizThe combination operations have not been tested: - fmac - fnmac - fmsc - fnmsc - fnmul
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?