1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
shift turned out to be a lot worse than expected: the shifts have to be done on scalars
mkretz
as Matthias Kretz
More... over 15 years ago
gcc update to 4.3.2 requires more care with aliasing of vectors; << and >>
mkretz
as Matthias Kretz
More... over 15 years ago
gcc update to 4.3.2 requires more care with aliasing of vectors; << and >>
mkretz
as Matthias Kretz
More... over 15 years ago
set correct VectorAlignment
mkretz
as Matthias Kretz
More... over 15 years ago
compile
mkretz
as Matthias Kretz
More... over 15 years ago
check for sane alignment
mkretz
as Matthias Kretz
More... over 15 years ago
first stab at packing
mkretz
as Matthias Kretz
More... almost 16 years ago
put IndexesFromZero data into a static lib
mkretz
as Matthias Kretz
More... almost 16 years ago
- clean up Simple/SSE::VectorBase - support (unsigned) short in Simple and SSE (LRB already supports it through transparent loads and stores) - make gather/scatter use unsigned int and add unsigned short overload - put IndexesFromZero into the Vector class
mkretz
as Matthias Kretz
More... almost 16 years ago
finish load/store; add scatter; add tests for load,store,scatter and &
mkretz
as Matthias Kretz
More... almost 16 years ago
- add cmpeq32_64 to compare masks from 32 bit to 64 bit vectors - implement SSE::Mask::operator bool/== using _mm_movemask_epi8 instead of casting to long long - make gather test use cmpeq32_64 for 64 bit vectors
mkretz
as Matthias Kretz
More... almost 16 years ago
- remove k from constants - finish gather implementation for Simple and SSE o accesses the struct via the index and only then dereferences the member(s) - add staticCast and reinterpretCast template functions to Vector - remove toInt/Float/UInt functions - let SSE::Mask cast to Vector<int> and add a operator==(Mask) to complement operator bool - fix SSE::Vector::operator[] - add unit tests for gather
mkretz
as Matthias Kretz
More... almost 16 years ago
move ostream operator << to header
mkretz
as Matthias Kretz
More... almost 16 years ago
fix operator++
mkretz
as Matthias Kretz
More... almost 16 years ago
SSE/Simple Vector class for double/float/int/uint with complete unittests for arithmetics
mkretz
as Matthias Kretz
More... almost 16 years ago
SSE/Simple Vector class for double/float/int/uint with complete unittests for arithmetics
mkretz
as Matthias Kretz
More... almost 16 years ago