log

age author description
8 weeks ago Paper impl/arm/neon: it compiles again, but is untested default tip
8 weeks ago Paper include/vec/vec: fix vec_avg implementation
8 weeks ago Paper impl/ppc/altivec: update to new implementation
8 weeks ago Paper impl/x86: add static assertions for alignment and size
8 weeks ago Paper *: huge refactor, new major release (hahaha)
8 weeks ago Paper chore: merge diverging branches
8 weeks ago Paper impl/ppc/altivec: implement comparison functions
8 weeks ago Paper impl/generic: fix load and store implementations
8 weeks ago Paper sse2: implement equality operators
2 months ago Paper impl: initial NEON support; test: verify bit shifting functions
2 months ago Paper *: allow compiling vec in a C++ translation unit
2 months ago Paper pkgconfig: -DVEC_EXTERN is no longer required
2 months ago Paper *: huge refactor, add many new x86 intrinsics and the like
2 months ago Paper chore: merge diverging branches
2 months 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
3 months ago Paper *: fixup formatting
3 months ago Paper *: initial commit