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
/
vec_pseudo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat source code with clang-format
Erik Schnetter
2015-10-16
1
-1614
/
+1438
*
Don’t define << or >> for VML_NO_IOSTREAM
Erik Schnetter
2013-11-26
1
-0
/
+2
*
Correct clz implementation
Erik Schnetter
2013-11-25
1
-12
/
+20
*
If VML_NO_IOSTREAM is set, then don’t provide any iostream operations
Erik Schnetter
2013-11-25
1
-1
/
+5
*
Provide lrint
Erik Schnetter
2013-11-25
1
-0
/
+18
*
Introduce mad(), as low-accuracy version of fma()
Erik Schnetter
2013-09-10
1
-0
/
+12
*
Use __builtin_clzs if available
Erik Schnetter
2013-09-09
1
-2
/
+4
*
Use nicer type names in vec_pseudo
Erik Schnetter
2013-09-02
1
-129
/
+129
*
Protect __builtin_clz and __builtin_popcount with #ifdefs
Erik Schnetter
2013-09-02
1
-0
/
+8
*
Provide clean set of libm elemental functions in namespace vml_std
Erik Schnetter
2013-09-02
1
-53
/
+53
*
Implement more integer functions: abs bitifthen clz isignbit max min popcount...
Erik Schnetter
2013-09-01
1
-34
/
+166
*
Make frexp take a pointer argument instead of a reference
Erik Schnetter
2013-08-21
1
-3
/
+3
*
Implement ifthen with boolvec arguments
Erik Schnetter
2013-07-07
1
-0
/
+20
*
Simplify all() and any() implementations
Erik Schnetter
2013-07-05
1
-4
/
+4
*
Remove superfluous inline declarations
Erik Schnetter
2013-07-04
1
-1
/
+1
*
Simplify prod and sum
Erik Schnetter
2013-07-04
1
-4
/
+4
*
Implement maxval and minval reduction operations
Erik Schnetter
2013-07-04
1
-0
/
+24
*
More ilogb corrections
Erik Schnetter
2013-07-03
1
-5
/
+11
*
Correct some frexp/ilogb implementations
Erik Schnetter
2013-07-03
1
-5
/
+13
*
Whitespace change in asm intrinsics
Erik Schnetter
2013-07-02
1
-6
/
+6
*
Improve performance of ilogb and frexp
Erik Schnetter
2013-07-02
1
-4
/
+6
*
Implement frexp
Erik Schnetter
2013-06-28
1
-0
/
+20
*
Implement barrier for vec_pseudo
Erik Schnetter
2013-06-18
1
-0
/
+27
*
Declare some functions without auto keyword
Erik Schnetter
2013-06-12
1
-2
/
+2
*
Implement signbit function for integer vectors
Erik Schnetter
2013-06-12
1
-0
/
+13
*
Implement nextafter
Erik Schnetter
2013-06-09
1
-0
/
+11
*
Remove commented-out duplicate function declarations
Erik Schnetter
2013-06-07
1
-11
/
+10
*
Implement atan2
Erik Schnetter
2013-06-06
1
-0
/
+11
*
Correct operator~
Erik Schnetter
2013-06-05
1
-1
/
+1
*
Continue implementing QPX support
Erik Schnetter
2013-06-05
1
-6
/
+12
*
Use explicitly defined alignment (instead of size) when checking for alignmen...
Erik Schnetter
2013-04-23
1
-6
/
+6
*
Use (again) bool instead of uint_t to store boolean vectors in vec_pseudo
Erik Schnetter
2013-04-23
1
-5
/
+5
*
Reduce alignment requirement for vec_pseudo and vec_test
Erik Schnetter
2013-04-23
1
-6
/
+6
*
Introduce field "alignment" describing the necessary alignment for vector types
Erik Schnetter
2013-04-23
1
-3
/
+6
*
Describe aligned via attribute((aligned)) instead of alignas
Erik Schnetter
2013-04-23
1
-3
/
+3
*
Align vec_pseudo as if it was a real vector
Erik Schnetter
2013-04-22
1
-3
/
+3
*
Use -1 for true in vec_pseudo
Erik Schnetter
2013-04-22
1
-24
/
+29
*
Provide comparison operators for intpseudovec
Erik Schnetter
2013-04-20
1
-0
/
+24
*
Do not use "using namespace std" any more
Erik Schnetter
2013-03-22
1
-3
/
+3
*
Correct ilogb(0)
Erik Schnetter
2013-03-21
1
-1
/
+6
*
Don't use typeinfo
Erik Schnetter
2013-03-21
1
-9
/
+5
*
Fixes to make it build with Clang++ 3.2 using libstdc++ from Debian 6.0.
Pekka Jääskeläinen
2013-03-21
1
-2
/
+4
*
Add rint(), correct round()
Erik Schnetter
2013-02-19
1
-0
/
+7
*
Add cbrt, hypot, trunc; rename scalbn to ldexp
Erik Schnetter
2013-02-16
1
-30
/
+52
*
Correct sum() implementation
Erik Schnetter
2013-02-14
1
-1
/
+1
*
Shorten floatprops<T> to FP
Erik Schnetter
2013-02-14
1
-4
/
+4
*
Rename "pseudovectors" to "libm"-vectors
Erik Schnetter
2013-02-14
1
-1
/
+1
*
Move definition of all and any into class
Erik Schnetter
2013-02-14
1
-20
/
+12
*
Provide scalbn with scalar int argument
Erik Schnetter
2013-02-14
1
-0
/
+14
*
Add lots of work-arounds for missing clang++ functionality
Erik Schnetter
2013-02-05
1
-6
/
+6
[next]