index
:
vecmathlib
master
vecmathlib forked from https://bitbucket.org/eschnett/vecmathlib for POWER8 improvements
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
floattypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++03 standard for source code formatting
Erik Schnetter
2015-10-16
1
-2
/
+3
*
Reformat source code with clang-format
Erik Schnetter
2015-10-16
1
-167
/
+149
*
Improve fallback static_assert implementation
Erik Schnetter
2015-10-16
1
-1
/
+5
*
Describe exponent offset of float8 and float16
Erik Schnetter
2015-01-21
1
-2
/
+2
*
Add constructors from double for fp8 and fp16 types
Erik Schnetter
2014-06-07
1
-0
/
+4
*
Improve auto-detecting of math functions provided by STL
Erik Schnetter
2013-11-26
1
-33
/
+40
*
Provide lrint
Erik Schnetter
2013-11-25
1
-0
/
+4
*
Prefer "long" over "long long" if both types are the same
Erik Schnetter
2013-09-09
1
-0
/
+8
*
Provide clean set of libm elemental functions in namespace vml_std
Erik Schnetter
2013-09-02
1
-20
/
+72
*
Sort captured std:: functions alphabetically
Erik Schnetter
2013-07-25
1
-2
/
+2
*
Update assert handling
Erik Schnetter
2013-07-25
1
-1
/
+2
*
Mark helper functions defined in a header file as inline
Erik Schnetter
2013-07-10
1
-5
/
+5
*
Use stdint.h's types instead of guessing types' sizes
Erik Schnetter
2013-07-07
1
-8
/
+8
*
Ensure that isnan etc. are indeed macros when using C99 math functions
Erik Schnetter
2013-07-07
1
-0
/
+15
*
Use math.h instead of cmath when C99 math function are needed
Erik Schnetter
2013-07-07
1
-1
/
+5
*
Use single precision versions for all functions with math.h
Erik Schnetter
2013-07-07
1
-3
/
+3
*
Do not require C++11 any more
Erik Schnetter
2013-07-06
1
-57
/
+88
*
Implement frexp
Erik Schnetter
2013-06-28
1
-0
/
+2
*
Offer VML_BROKEN_STL to decide whether the STL has C++11 features
Erik Schnetter
2013-06-17
1
-1
/
+4
*
Correct syntax error in include guard
Erik Schnetter
2013-06-17
1
-2
/
+2
*
Use #if instead of comments to deactive non-C++11 fallback code
Erik Schnetter
2013-06-12
1
-67
/
+75
*
Comment out support for old-style STL
Erik Schnetter
2013-06-07
1
-68
/
+68
*
Indentation change
Erik Schnetter
2013-06-05
1
-1
/
+1
*
Continue implementing QPX support
Erik Schnetter
2013-06-05
1
-1
/
+71
*
Provide vector types with 8 and 16 bit precision
Erik Schnetter
2013-02-19
1
-0
/
+22