Skip to content
Snippets Groups Projects
  1. Oct 24, 2021
  2. Oct 23, 2021
  3. Oct 21, 2021
  4. Sep 20, 2021
  5. Aug 15, 2021
  6. Jul 19, 2021
  7. Jun 11, 2021
  8. Apr 23, 2021
  9. Oct 24, 2020
    • namark's avatar
      Various small improvements for vector: · 8b3a1480
      namark authored
      removed default values of template parameters (barely used, still breaking change)
      a basic plan for specialization of vector using intrinsics,
      get goes through operator[] instead of going directly to raw,
      operator[] forwards,
      tuple interface
      
      Tests:
      
      unary operators for bool matrix (cause those are kind of an edge casey),
      structured binding works and respects order
      8b3a1480
  10. Sep 16, 2020
  11. Aug 25, 2020
  12. May 30, 2020
  13. May 29, 2020
  14. May 23, 2020
  15. May 19, 2020
  16. Apr 21, 2020
    • namark's avatar
      Made bool_vector to bool conversion explicit, · ef68b689
      namark authored
      as a side effect had to make the comparison operators return a full
      depth mask (comparing two matrices will return a matrix of bools of same
      dimensions, instead of a vector containing the reduced result for each
      row)
      ef68b689
  17. Mar 19, 2020
  18. Jan 28, 2020
  19. Dec 20, 2019
  20. Nov 15, 2019
  21. Oct 09, 2019
  22. Aug 28, 2019
  23. Jul 30, 2019
Loading