Skip to content
Snippets Groups Projects
  1. Jul 15, 2019
  2. Jul 14, 2019
  3. Jul 10, 2019
  4. Jul 06, 2019
  5. Jul 03, 2019
    • Jonathan Taquet's avatar
      fix for ticket #281 · 2acb1478
      Jonathan Taquet authored
      Refactor AlfCovariance::getClipMax loop:
      
      This refactoring solve the issue with VS2017 in Release mode, where test
      "if (E[clip_max[k]][0][k][l] != E[clip_max[k]+1][0][k][l])" was sometime true when it should have been false
      (noticed with clip_max[k] == 1, i.e. during second iteration of while loop).
      
      Some alternative tries: casting E[][][][] in long long, using std::abs(a-b) < 1,
      or using std::abs(a-b) < std::numeric_limits::epsilon() failed to solve the issue.
      
      Note: no analysis of the generated assembly have been performed to really understand the problem
      2acb1478
  6. Jun 27, 2019
  7. Jun 26, 2019
  8. Jun 24, 2019
  9. Jun 23, 2019
  10. Jun 22, 2019
  11. Jun 21, 2019
  12. Jun 20, 2019
  13. Jun 19, 2019
  14. Jun 18, 2019
  15. Jun 17, 2019
  16. Jun 16, 2019
  17. Jun 13, 2019
  18. Jun 12, 2019
  19. Jun 11, 2019
  20. Jun 08, 2019
  21. Jun 07, 2019
Loading