Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat source code with clang-format | Erik Schnetter | 2015-10-16 | 1 | -202/+262 |
| | | | | | | | | | 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. | ||||
* | Provide lrint | Erik Schnetter | 2013-11-25 | 1 | -0/+12 |
| | |||||
* | Provide vector types implemented via (scalar) compiler builtins | Erik Schnetter | 2013-09-09 | 1 | -0/+316 |