Skip to content
  1. Jan 03, 2021
  2. Jan 02, 2021
  3. Jan 01, 2021
  4. Dec 31, 2020
  5. Dec 28, 2020
  6. Dec 27, 2020
  7. Dec 25, 2020
  8. Dec 23, 2020
  9. Dec 22, 2020
  10. Dec 21, 2020
  11. Dec 20, 2020
  12. Dec 19, 2020
    • Naoki Shibata's avatar
      Small CUDA fixes · c6a21432
      Naoki Shibata authored
      
      
      With this patch, double2 and float2 data types can be used instead of Sleef_double2 and Sleef_float2 for CUDA.
      It also eliminates a need for including float.h when using the CUDA header file.
      
      Co-authored-by: default avatarshibatch <shibatch.sf.net@gmail.com>
      c6a21432
  13. Dec 18, 2020
  14. Dec 16, 2020
  15. Dec 09, 2020
  16. Dec 08, 2020
  17. Dec 04, 2020
  18. Nov 28, 2020
  19. Nov 25, 2020
  20. Nov 24, 2020
    • Nikita Shulga's avatar
      Fix undefined behaviour in vilogbk_vi_vd (#355) · 75153c66
      Nikita Shulga authored
      C standard do not define have left shift should affect the sign bit, which results in the following runtime error if `vilogbk_vi_vd` is compiled by clang with sanitizer checks enabled:
      ```
      sleef/src/libm/sleefsimddp.c:329:49: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
      ```
      Can be fixed by explicitly specifying type of shift 1st operand as unsigned: i.e. replacing `1` with `1U`
      75153c66
  21. Nov 18, 2020
  22. Nov 10, 2020
  23. Oct 13, 2020
  24. Oct 12, 2020
  25. Oct 09, 2020
  26. Oct 08, 2020
  27. Oct 05, 2020
  28. Sep 30, 2020
  29. Sep 28, 2020
  30. Sep 23, 2020
  31. Sep 18, 2020
  32. Sep 16, 2020
Loading