log

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