diff --git a/cpfloat/structoptstruct.html b/cpfloat/structoptstruct.html index 2457277..1a24dbc 100644 --- a/cpfloat/structoptstruct.html +++ b/cpfloat/structoptstruct.html @@ -196,7 +196,7 @@

Struct Documentation cpfloat_saturation_t saturation

Support for saturation arithmetic in target format.

-

If this field is set to CPFLOAT_SAT_USE, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. I this field is set to CPFLOAT_SAT_NO, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode.

+

If this field is set to CPFLOAT_SAT_USE, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. If this field is set to CPFLOAT_SAT_NO, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode.