aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use single-precision math functions when possiblesvneschnett2015-04-30
* Update READMEeschnett2015-04-27
* Add missing #includeeschnett2014-04-30
* Don't use designated initializerseschnett2014-03-26
* Disable PGI-specific outdated codeeschnett2014-02-24
* Use C99 struct initializers instead of a GCC extensioneschnett2014-02-12
* Update DoubleHummereschnett2013-11-11
* Convert values to CCTK_REAL explicitlyeschnett2013-08-21
* Correct QPX vector implementationeschnett2013-08-08
* Add stubs for counting floating point and memory operationseschnett2013-08-08
* Correct errors in VSX vectorseschnett2013-08-08
* Indentation changeeschnett2013-08-08
* Correct syntax erroreschnett2013-07-19
* Do not use type punning any moreeschnett2013-07-19
* Update comment explaining Intel compiler bugeschnett2013-05-06
* Mark file as containing C++ codeeschnett2013-02-26
* 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
* Many correctionseschnett2012-12-31
* Support 8-element vectorseschnett2012-12-31
* Update commenteschnett2012-11-14
* Allow const QPX vectorseschnett2012-11-14
* Correct non-vectorised iftheneschnett2012-11-05
* Use ~0 instead of -1 for intmaxeschnett2012-10-22
* Add std:: prefixeschnett2012-10-22
* Use new C++ isnan calling syntaxeschnett2012-10-22
* Add support for (dynamic) if-then expressionseschnett2012-09-14
* Correct indentationeschnett2012-09-09
* Add dummy kisgn functioneschnett2012-08-16
* Use NOTZERO (~0) instead of IMINeschnett2012-08-16
* Add ksgn function (vectorised version of Kranc's Sign)eschnett2012-08-11
* Wrap isnan calls to avoid C++ namespace issueseschnett2012-08-02
* Avoid nans during self-testseschnett2012-05-13
* Support partial stores for the Double Hummer architecture (Blue Gene/P)eschnett2012-05-03
* make sure the test sees an expected nan as a successknarf2012-04-17
* Correct commenteschnett2012-04-02
* Implement asin, sinh, asinh, and friendseschnett2012-04-02
* Add missing casts.barry.wardell2012-03-02
* Add missing functionality for single precision unvectorised architecture.barry.wardell2012-03-02
* Add tolerance to test caseseschnett2012-02-06
* Implement missing functionalityeschnett2012-02-06
* Make macro arguments safeeschnett2012-02-06
* Correct test case for partial vector storeseschnett2012-02-05
* Correct partial vector storeseschnett2012-02-05
* Various changeseschnett2012-02-05
* Make building with the Vectors thorn quietereschnett2012-01-04
* Translate Kranc's Pi to M_PIeschnett2012-01-02
* Make vectorisation macros safereschnett2011-12-22
* Output more information in test case failure error messageseschnett2011-12-21