[Issue 12183] using std.algorithm.sort makes valgrind abort
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 11 16:22:50 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12183
--- Comment #5 from github-bugzilla at puremagic.com 2014-03-11 16:22:41 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/4ed10be8bc620b0fce7ad2eed1ba7c86e5c079ea
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.
https://github.com/D-Programming-Language/phobos/commit/1fa56c676d870de8f7944ce4af93fcb1d6aebefa
Merge pull request #1946 from Geod24/make-valgrind-happy
Fix issue 12183 : Remove use of floating point in std.algorithm.quickSortImpl
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list