log

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