Commit message (Expand) | Author | Age | |
---|---|---|---|
* | C cleanup: abstract strides[rank-1] case into macro | Tom Smeding | 2024-06-18 |
* | sumAllPrim | Tom Smeding | 2024-06-17 |
* | Only use intel SIMD on intel platforms | Tom Smeding | 2024-06-12 |
* | Fix SIMD code to allow for unaligned arrays | Tom Smeding | 2024-06-11 |
* | Manual vectorisation of dot product for floating points | Tom Smeding | 2024-06-10 |
* | Dot product | Tom Smeding | 2024-06-10 |
* | Rename arg{min,max} to {min,max}Index | Tom Smeding | 2024-06-10 |
* | argmin and argmax | Tom Smeding | 2024-06-09 |
* | Fast (C) Floating ops | Tom Smeding | 2024-05-27 |
* | Fast Fractional ops via C code | Tom Smeding | 2024-05-26 |
* | Refactor C interface to pass operation as enum | Tom Smeding | 2024-05-26 |
* | Add more const in C arith ops | Tom Smeding | 2024-05-24 |
* | Better naming in C code | Tom Smeding | 2024-05-23 |
* | Fast sum | Tom Smeding | 2024-05-23 |
* | Fast numeric operations for Num | Tom Smeding | 2024-05-23 |