Changes file for bug 29527

The previous commit introduces these changes:

Stop warning about undefined behavior in the probability distribution
tests. Float division by zero may technically be undefined behaviour in
C, but it's well-defined in IEEE 754.

Partial backport of 29298.

Closes ticket 29527; bugfix on 0.4.0.1-alpha.
This commit is contained in:
teor 2019-03-20 18:07:00 +10:00
parent 78a8827fd4
commit cfcf6de1a8
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

5
changes/bug29527 Normal file
View File

@ -0,0 +1,5 @@
o Minor features (circuit padding):
- Stop warning about undefined behavior in the probability distribution
tests. Float division by zero may technically be undefined behaviour in
C, but it's well-defined in IEEE 754. Partial backport of 29298.
Closes ticket 29527; bugfix on 0.4.0.1-alpha.