Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat source code with clang-format | Erik Schnetter | 2015-10-16 | 1 | -674/+562 |
* | Introduce mad(), as low-accuracy version of fma() | Erik Schnetter | 2013-09-10 | 1 | -0/+4 |
* | Implement more integer functions: abs bitifthen clz isignbit max min popcount... | Erik Schnetter | 2013-09-01 | 1 | -4/+64 |
* | Make frexp take a pointer argument instead of a reference | Erik Schnetter | 2013-08-21 | 1 | -1/+1 |
* | Add potential optimization for SSE/AVX all/any functions | Erik Schnetter | 2013-08-19 | 1 | -1/+1 |
* | Begin to add MIC support | Erik Schnetter | 2013-08-19 | 1 | -0/+644 |