log

age author description
8 weeks ago Paper impl: initial NEON support; test: verify bit shifting functions
8 weeks ago Paper *: allow compiling vec in a C++ translation unit
8 weeks ago Paper pkgconfig: -DVEC_EXTERN is no longer required
8 weeks ago Paper *: huge refactor, add many new x86 intrinsics and the like
8 weeks ago Paper chore: merge diverging branches
8 weeks ago Paper vec.h: initial refactor for runtime SSE and stuff
2 months ago Paper vec: define not operation for doubled size types
2 months ago Paper impl/gcc: add native 256-bit and 512-bit intrinsics
2 months ago Paper chore: merge diverging branches
2 months ago Paper generic: add initial support for 256-bit and 512-bit types
2 months ago Paper build: add files to build vec as an external library
2 months ago Paper *: fix clang & gcc warnings, add avg test, etc
2 months ago Paper impl/gcc: dereference pointers for load/store
2 months ago Paper impl/sse2: unify multiplication implementations into macros
2 months ago Paper *: aligned generics, fixed altivec, aligned tests...
2 months ago Paper *: much better alignment support & tests
2 months ago Paper *: many new operations and a real test suite
2 months ago Paper *: fixup formatting
2 months ago Paper *: initial commit