Kaydet (Commit) 2fcd8c97 authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix another typo in math_sum comment

üst d303578a
...@@ -328,7 +328,7 @@ FUNC1(tanh, tanh, 0, ...@@ -328,7 +328,7 @@ FUNC1(tanh, tanh, 0,
overflow of the first partial sum. overflow of the first partial sum.
Note 3: The intermediate values lo, yr, and hi are declared volatile so Note 3: The intermediate values lo, yr, and hi are declared volatile so
aggressive compilers won't algebraicly reduce lo to always be exactly 0.0. aggressive compilers won't algebraically reduce lo to always be exactly 0.0.
Also, the volatile declaration forces the values to be stored in memory as Also, the volatile declaration forces the values to be stored in memory as
regular doubles instead of extended long precision (80-bit) values. This regular doubles instead of extended long precision (80-bit) values. This
prevents double rounding because any addition or subtraction of two doubles prevents double rounding because any addition or subtraction of two doubles
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment