diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-11 16:59:50 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-11 16:59:50 (GMT) |
commit | 54f376edbb1bce24bff19fb6b7c3d298470356be (patch) | |
tree | fa7c4e208f75f806431fe60c30ea82500413709a /perform/pio_engine.c | |
parent | 9bda1fcfd86752983d8d49232e0fb520da28dce6 (diff) | |
download | hdf5-54f376edbb1bce24bff19fb6b7c3d298470356be.zip hdf5-54f376edbb1bce24bff19fb6b7c3d298470356be.tar.gz hdf5-54f376edbb1bce24bff19fb6b7c3d298470356be.tar.bz2 |
[svn-r9987] Purpose: bug fix
Description: For hardware conversion from integers to "long double" on AMD machine, the test
failed because the size of "long double"(can be 16 bytes) is bigger than the precision(80 bits).
There can be some garbage in the unused bytes in "long double". That caused failure during
byte comparison.
Solution: Clean these unused bytes before comparison.
Platforms tested: mir and fuss; simple change
Diffstat (limited to 'perform/pio_engine.c')
0 files changed, 0 insertions, 0 deletions