aboutsummaryrefslogtreecommitdiff
path: root/src/vectors.h
Commit message (Expand)AuthorAge
* Add support for AVX512.Anton Khirnov2022-08-27
* Add stubs for counting floating point and memory operationseschnett2013-08-08
* Do not use type punning any moreeschnett2013-07-19
* Use inline function instead of macro for IfThen for Power7eschnett2013-02-26
* Provide C++ wrapper for madd (multiply-add)eschnett2013-01-18
* Major updateeschnett2013-01-16
* Add support for (dynamic) if-then expressionseschnett2012-09-14
* Add dummy kisgn functioneschnett2012-08-16
* Add ksgn function (vectorised version of Kranc's Sign)eschnett2012-08-11
* Correct commenteschnett2012-04-02
* Implement asin, sinh, asinh, and friendseschnett2012-04-02
* Various changeseschnett2012-02-05
* Translate Kranc's Pi to M_PIeschnett2012-01-02
* LSUThorns/Vectors: Remove pos, add sin/cos/tan functionseschnett2011-12-02
* Add vec_index functioneschnett2011-12-02
* Rename kifthen to kifpos as it more accurately reflects what it actually does.svn_bwardell2011-08-07
* Fix reversed definition of vec_architecture.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
* Add implementationeschnett2010-12-03