aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add vec_index functioneschnett2011-12-02
* Correct vector alignment testeschnett2011-11-26
* Change default of VECTORISE_INLINE to "no"hinder2011-10-22
* Improve layout of READMEeschnett2011-09-27
* 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
* Remove TODO commenteschnett2011-08-08
* Add more vectorisation tests. Add test case.eschnett2011-08-08
* Add information about tests to README.svn_bwardell2011-08-07
* Rename kifthen to kifpos as it more accurately reflects what it actually does.svn_bwardell2011-08-07
* Unconditionally run tests and abort if any fail.svn_bwardell2011-08-07
* Make definition of vec_architecture for SSE and default more explicit.svn_bwardell2011-08-07
* Fix reversed definition of vec_architecture.svn_bwardell2011-08-07
* Fix definition of kifthen for architectures where blend instructions are not ...svn_bwardell2011-08-07
* Also print architecture in startup message.svn_bwardell2011-08-07
* Add code to test vectorisation macros.svn_bwardell2011-08-07
* apparently OPTIMIZE_MODE isn't arriving here, neither is CCTK_OPTIMIZE_MODE. ...knarf2011-08-04
* don't rely on OPTIMISE or OPTIMIZE (both might not be defined), but use OPTIM...knarf2011-08-04
* 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
* Allow US spelling OPTIMIZE for OPTIMISE. Correct error message.eschnett2011-06-21
* Add new API elements "kifthen" and "vec_architecture"eschnett2011-06-20
* Add startup message giving vector lengthhinder2011-06-16
* Introduce Cactus options for vectorisationeschnett2011-06-06
* Change naming scheme of architecture fileseschnett2011-01-20
* Make vectorisation work with PGI compilerseschnett2010-12-24
* Correct vectorised fabs() function for Inteleschnett2010-12-07
* Add implementationeschnett2010-12-03
* Add initial implementationeschnett2010-11-29
* Add initial implementationeschnett2010-11-29
* Add trunkeschnett2010-11-29