Browse Source

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.
teor 5 years ago
parent
commit
cfcf6de1a8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes/bug29527

+ 5 - 0
changes/bug29527

@@ -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.