March 11, 2014 [phobos] [D-Programming-Language/phobos] 4ed10b: Fix issue 12183 : Avoid using floating point in st... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4ed10be8bc620b0fce7ad2eed1ba7c86e5c079ea https://github.com/D-Programming-Language/phobos/commit/4ed10be8bc620b0fce7ad2eed1ba7c86e5c079ea Author: Geod24 <mathias.lang@epitech.eu> Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M std/algorithm.d Log Message: ----------- Fix issue 12183 : Avoid using floating point in std.algorithm.sort. - Prevent valgrind from aborting (some x87 FP operation are not supported). - Can be slower on machines that have a soft floating point ABI. Commit: 1fa56c676d870de8f7944ce4af93fcb1d6aebefa https://github.com/D-Programming-Language/phobos/commit/1fa56c676d870de8f7944ce4af93fcb1d6aebefa Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M std/algorithm.d Log Message: ----------- Merge pull request #1946 from Geod24/make-valgrind-happy Fix issue 12183 : Remove use of floating point in std.algorithm.quickSortImpl Compare: https://github.com/D-Programming-Language/phobos/compare/7403c0e114df...1fa56c676d87 |
Copyright © 1999-2021 by the D Language Foundation