- Oct 24, 2021
-
-
namark authored
-
- Oct 23, 2021
- Oct 21, 2021
-
-
namark authored
-
- Sep 20, 2021
- Aug 15, 2021
- Jul 19, 2021
-
-
namark authored
-
namark authored
-
namark authored
-
namark authored
Binary element operators now support return type deduction and "demote" vectors of shape 1 to their element type. Full set of left element operators only enabled for vectors of shape 1, previously it was one dimensional vectors, so you could nest, didn't make sense.
-
namark authored
-
namark authored
-
- Jun 11, 2021
- Apr 23, 2021
-
-
namark authored
-
- Oct 24, 2020
-
-
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
-
- Sep 16, 2020
-
-
namark authored
-
- Aug 25, 2020
- May 30, 2020
-
-
namark authored
-
- May 29, 2020
-
-
namark authored
some crazy boolean algebra(kind of), deep mutant clone based on loop.
-
- May 23, 2020
-
-
namark authored
-
- May 19, 2020
-
-
namark authored
-
- Apr 21, 2020
-
-
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)
-
- Mar 19, 2020
-
-
namark authored
-
- Jan 28, 2020
- Dec 20, 2019
- Nov 15, 2019
-
-
namark authored
in particular vector indexing and vector size for vectors.
-
- Oct 09, 2019
-
-
namark authored
-
- Aug 28, 2019
-
-
namark authored
-
- Jul 30, 2019
-
-
namark authored
-