...
Wiki Markup |
---|
Though floating point exception conditions and handling are standardized by IEEE \[[1]\], operating systems implement support for handling floating point errors and other conditions in different ways. |
Operating System | Handling FP errors | |
---|---|---|
Linux | C99 FP functions - These functions are declared in | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="39a5c66b580fd569-b57ac754-4274425f-a659a204-349d1c4595d7b081231ff15d"><ac:plain-text-body><![CDATA[ | Windows | Structured Exception Handling - user defined handler |
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
FLP03-A | 1 (low) | 2 (probable) | 2 (medium) | P4 | L3 |
References
Wiki Markup |
---|
\[[1]\] IEEE standard for binary floating-point arithmetic [http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=1316] \[[Intel 01|AA. C References#Intel 01]\] \[[Keil 08|AA. C References#Keil 08]\] \[[MSDN|AA. C References#MSDN]\] "[fpieee_flt (CRT)|http://msdn.microsoft.com/en-us/library/te2k2f2t(VS.80).aspx]" \[[Open Group 04|AA. C References#Open Group 04]\] "[fenv.h - Floating point environment|http://www.opengroup.org/onlinepubs/009695399/basedefs/fenv.h.html]" \[[SecurityFocus 07|AA. C References#SecurityFocus 07]\] |
...