summaryrefslogtreecommitdiffstats
path: root/example_float.cc
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-8/+6
| | | | | | | | | Note: If you have an existing checkout with modifications, then you should: (1) save your current state on a branch (2) run clang-format on this branch (3) compare this branch to a fresh checkout of the clang-formatted master Since both your branch and master have been formatted with clang-format, this will lead to a very small diff, avoiding spurious changes due to formatting differences.
* Rename “automatic” vector types from float/double to float32/float64 for ↵Erik Schnetter2013-11-251-8/+8
| | | | clarity
* Add single-precision exampleErik Schnetter2013-08-201-0/+40
OpenPOWER on IntegriCloud