aboutsummaryrefslogtreecommitdiff
path: root/src/vectors-4-SSE.h
Commit message (Expand)AuthorAge
* Correct syntax erroreschnett2013-07-19
* Do not use type punning any moreeschnett2013-07-19
* Major updateeschnett2013-01-16
* Use ~0 instead of -1 for intmaxeschnett2012-10-22
* Add support for (dynamic) if-then expressionseschnett2012-09-14
* Add ksgn function (vectorised version of Kranc's Sign)eschnett2012-08-11
* Implement asin, sinh, asinh, and friendseschnett2012-04-02
* Add missing casts.barry.wardell2012-03-02
* Implement missing functionalityeschnett2012-02-06
* 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
* 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
* 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