aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-8-SSE2.h
Commit message (Expand)AuthorAge
* SSE/AVX: always use unaligned loadsHEADmasterAnton Khirnov2022-11-30
* Do not use type punning any moreeschnett2013-07-19
* Update comment explaining Intel compiler bugeschnett2013-05-06
* Major updateeschnett2013-01-16
* Use ~0 instead of -1 for intmaxeschnett2012-10-22
* Add support for (dynamic) if-then expressionseschnett2012-09-14
* Correct indentationeschnett2012-09-09
* Add ksgn function (vectorised version of Kranc's Sign)eschnett2012-08-11
* Implement asin, sinh, asinh, and friendseschnett2012-04-02
* Make macro arguments safeeschnett2012-02-06
* Correct partial vector storeseschnett2012-02-05
* Various changeseschnett2012-02-05
* Make vectorisation macros safereschnett2011-12-22
* Simplify setting architecture description stringseschnett2011-12-21
* Don't use <x86intrin.h>; this does not exist everywhereeschnett2011-12-15
* Support FMA4 instructions (AMD's fused multiply-add)eschnett2011-12-14
* LSUThorns/Vectors: Remove pos, add sin/cos/tan functionseschnett2011-12-02
* Use "andnot" instruction when vectorisingeschnett2011-09-26
* Suggest asm statements to support SSE4a with Intel compilers.eschnett2011-08-25
* Make more C++ compilers understand the signbit functioneschnett2011-08-20
* Use a macro name which is less likely to conflict with an existing macro.svn_bwardell2011-08-08
* Add more vectorisation tests. Add test case.eschnett2011-08-08
* Rename kifthen to kifpos as it more accurately reflects what it actually does.svn_bwardell2011-08-07
* Make definition of vec_architecture for SSE and default more explicit.svn_bwardell2011-08-07
* Fix definition of kifthen for architectures where blend instructions are not ...svn_bwardell2011-08-07
* Fix typo which caused k8ifthen to not compile if SSE4.1 was not available.svn_bwardell2011-07-21
* Fix error in definition of k8abs_mask for SSE2 architectures.svn_bwardell2011-07-21
* Add new API elements "kifthen" and "vec_architecture"eschnett2011-06-20
* Introduce Cactus options for vectorisationeschnett2011-06-06
* Change naming scheme of architecture fileseschnett2011-01-20