-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define acceptable tolerance of start values in XML vs. C code #1865
Comments
This is not allowed to happen: The start value in the XML must be identical to the start value in the code. It is the responsibility of the exporter to ensure this. Algorithms do exist that ensure the printed representation of IEEE754 FP numbers Match exactly to the LSB both for printing (responsibility of the exporter) and for reading (responsibility of the importer). There was is no tolerance here, and the standard does IMHO not imply any. |
Steering Committee: |
In 2.4.8 the spec states that
However this can lead to problems if the importer relies on the start value in the XML and this value does not match the actual value in the C code.
The text was updated successfully, but these errors were encountered: