This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
matrix-matrix product. The problem is related to the temporary temp_lhs used by the prod function. If I make the temp static I've got right results but, other/further matrix multiplications calculate wrong results (same dimensions with other values using the same static temp).
There is some info about the excess precision problem in this thread
http://gcc.gnu.org/ml/gcc/2003-08/msg01195.html
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |