1. 25 Jul, 2018 1 commit
  2. 18 Oct, 2017 1 commit
  3. 10 Jul, 2017 1 commit
    • Enrico Bacis's avatar
      [ppc] use Double instead of double in ppc compiler · 5457e8a9
      Enrico Bacis authored
      The use of double variables to store bit patterns may lead to bit flips
      when the stored bit pattern is a signaling NaN (sNaN). Operations on a
      sNaN variable (even just returning the variable from a function) may
      turn it into a quiet NaN (qNaN), flipping the signaling bit and
      affecting the information stored in the variable.
      
      We observed this behaviour on ia32 architectures and therefore in the
      simulator builds for other platforms. The use of the wrapper class
      Double should prevent this behaviour.
      
      R=ahaas@chromium.org
      
      Change-Id: Ibd1119924a59db771fd4c250689ad9c2a35fff75
      Reviewed-on: https://chromium-review.googlesource.com/562771Reviewed-by: 's avatarJaideep Bajwa <bjaideep@ca.ibm.com>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Enrico Bacis <enricobacis@google.com>
      Cr-Commit-Position: refs/heads/master@{#46533}
      5457e8a9
  4. 30 Sep, 2015 1 commit
  5. 08 Sep, 2014 1 commit
  6. 04 Aug, 2014 1 commit
  7. 03 Jun, 2014 1 commit
  8. 29 Apr, 2014 1 commit
  9. 23 Apr, 2012 1 commit
  10. 29 Nov, 2011 1 commit
  11. 08 Nov, 2010 3 commits
  12. 21 Oct, 2010 1 commit
  13. 20 Oct, 2010 2 commits
  14. 19 Mar, 2010 1 commit
  15. 12 Mar, 2010 1 commit
  16. 11 Mar, 2010 1 commit
  17. 10 Mar, 2010 2 commits