aboutsummaryrefslogtreecommitdiff
path: root/cbits/arith.c
Commit message (Collapse)AuthorAge
* More sensible argument order to reduce1 C opTom Smeding2024-06-18
|
* C cleanup: abstract strides[rank-1] case into macroTom Smeding2024-06-18
|
* sumAllPrimTom Smeding2024-06-17
|
* Only use intel SIMD on intel platformsTom Smeding2024-06-12
|
* Fix SIMD code to allow for unaligned arraysTom Smeding2024-06-11
|
* Manual vectorisation of dot product for floating pointsTom Smeding2024-06-10
|
* Dot productTom Smeding2024-06-10
|
* Rename arg{min,max} to {min,max}IndexTom Smeding2024-06-10
|
* argmin and argmaxTom Smeding2024-06-09
|
* Fast (C) Floating opsTom Smeding2024-05-27
|
* Fast Fractional ops via C codeTom Smeding2024-05-26
|
* Refactor C interface to pass operation as enumTom Smeding2024-05-26
| | | | | This is hmatrix style, less proliferation of functions as the number of ops increases
* Add more const in C arith opsTom Smeding2024-05-24
|
* Better naming in C codeTom Smeding2024-05-23
|
* Fast sumTom Smeding2024-05-23
| | | | Also fast product, but that's currently unused
* Fast numeric operations for NumTom Smeding2024-05-23