summaryrefslogtreecommitdiffstats
path: root/floattypes.h
Commit message (Expand)AuthorAgeFilesLines
* Initial fixes for POWER8 and GCCTimothy Pearson2015-12-211-1/+1
* Use C++03 standard for source code formattingErik Schnetter2015-10-161-2/+3
* Reformat source code with clang-formatErik Schnetter2015-10-161-167/+149
* Improve fallback static_assert implementationErik Schnetter2015-10-161-1/+5
* Describe exponent offset of float8 and float16Erik Schnetter2015-01-211-2/+2
* Add constructors from double for fp8 and fp16 typesErik Schnetter2014-06-071-0/+4
* Improve auto-detecting of math functions provided by STLErik Schnetter2013-11-261-33/+40
* Provide lrintErik Schnetter2013-11-251-0/+4
* Prefer "long" over "long long" if both types are the sameErik Schnetter2013-09-091-0/+8
* Provide clean set of libm elemental functions in namespace vml_stdErik Schnetter2013-09-021-20/+72
* Sort captured std:: functions alphabeticallyErik Schnetter2013-07-251-2/+2
* Update assert handlingErik Schnetter2013-07-251-1/+2
* Mark helper functions defined in a header file as inlineErik Schnetter2013-07-101-5/+5
* Use stdint.h's types instead of guessing types' sizesErik Schnetter2013-07-071-8/+8
* Ensure that isnan etc. are indeed macros when using C99 math functionsErik Schnetter2013-07-071-0/+15
* Use math.h instead of cmath when C99 math function are neededErik Schnetter2013-07-071-1/+5
* Use single precision versions for all functions with math.hErik Schnetter2013-07-071-3/+3
* Do not require C++11 any moreErik Schnetter2013-07-061-57/+88
* Implement frexpErik Schnetter2013-06-281-0/+2
* Offer VML_BROKEN_STL to decide whether the STL has C++11 featuresErik Schnetter2013-06-171-1/+4
* Correct syntax error in include guardErik Schnetter2013-06-171-2/+2
* Use #if instead of comments to deactive non-C++11 fallback codeErik Schnetter2013-06-121-67/+75
* Comment out support for old-style STLErik Schnetter2013-06-071-68/+68
* Indentation changeErik Schnetter2013-06-051-1/+1
* Continue implementing QPX supportErik Schnetter2013-06-051-1/+71
* Provide vector types with 8 and 16 bit precisionErik Schnetter2013-02-191-0/+22
OpenPOWER on IntegriCloud