aboutsummaryrefslogtreecommitdiff
path: root/sys/libmath
AgeCommit message (Expand)Author
2021-10-26chore(rename): libn -> baseNicholas Noll
2021-04-22chore(organize): restructured build to allow for parallel projects to sys fun...Nicholas Noll
2020-06-20fix: added file to make bootstrapping on new device easier. small changes to ...Nicholas Noll
2020-06-12straglersNicholas Noll
2020-05-29blas code updateNicholas Noll
2020-05-25feat: added preprocessor macros to manually unroll loopsNicholas Noll
2020-05-25deprecated old python generation filesNicholas Noll
2020-05-16fix: linking errors associated to linking bins against all dependencies. part...Nicholas Noll
2020-05-15feat: testing directory to allow for easier tests of codeNicholas Noll
2020-05-15factored out the common code of makefilesNicholas Noll
2020-05-14feat: begun work on final blas level 2Nicholas Noll
2020-05-13blas 1 generation code completeNicholas Noll
2020-05-13unrolling blas level 1 fully worksNicholas Noll
2020-05-10begun work on making level 2 stridedNicholas Noll
2020-05-09added helper function for horizontal sumsNicholas Noll
2020-05-09fix: indexing bug associated to columns in gemv functionNicholas Noll
2020-05-09feat: all level 1 functions are now stridedNicholas Noll
2020-05-09fix: mathematical bug in rotm.Nicholas Noll
2020-05-08Adding strided computation to blas kernels.Nicholas Noll
2020-05-08added more level 2 and 3 functions to blas implementationNicholas Noll
2020-05-08Prototype of BLAS level 1 functions (double)Nicholas Noll
2020-05-07wrap: elementary math functions for libmathNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-05-01moved to static build with musl and integrated cscopes into dev toolsNicholas Noll
2020-05-01feat: level 3 funcsNicholas Noll
2020-04-30feat: added more level 2 functionsNicholas Noll
2020-04-30chore: broke out blas-like interface into its own fileNicholas Noll
2020-04-30explore: testing out simple vectorized math libraryNicholas Noll