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_sse_double2.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat source code with clang-format
Erik Schnetter
2015-10-16
1
-687
/
+550
*
Use AVX2 intrinsics if available
Erik Schnetter
2015-09-03
1
-1
/
+1
*
Introduce mad(), as low-accuracy version of fma()
Erik Schnetter
2013-09-10
1
-0
/
+4
*
SSE/AVX: Use nicer type names
Erik Schnetter
2013-09-02
1
-99
/
+108
*
Provide clean set of libm elemental functions in namespace vml_std
Erik Schnetter
2013-09-02
1
-2
/
+2
*
Implement more integer functions: abs bitifthen clz isignbit max min popcount...
Erik Schnetter
2013-09-01
1
-7
/
+55
*
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
*
Correct and simplify convert_int and convert_float for SSE doubles
Erik Schnetter
2013-07-25
1
-7
/
+6
*
Implement ifthen with boolvec arguments
Erik Schnetter
2013-07-07
1
-5
/
+9
*
Simplify return type specifications
Erik Schnetter
2013-07-07
1
-4
/
+4
*
Do not require C++11 any more
Erik Schnetter
2013-07-06
1
-8
/
+9
*
Improve SSE/AVX convert_int
Erik Schnetter
2013-07-06
1
-1
/
+11
*
Improve all() and any() implementations
Erik Schnetter
2013-07-05
1
-8
/
+2
*
Implement maxval and minval reduction operations
Erik Schnetter
2013-07-04
1
-0
/
+8
*
Do not use type punning for converting between vectors and elements -- gcc 4....
Erik Schnetter
2013-07-03
1
-6
/
+22
*
Whitespace change in asm intrinsics
Erik Schnetter
2013-07-02
1
-1
/
+1
*
Correct isnan on x86; improve isnan on other architectures
Erik Schnetter
2013-07-02
1
-1
/
+8
*
Implement frexp
Erik Schnetter
2013-06-28
1
-0
/
+1
*
Rename implementation files to indicate vector size
Erik Schnetter
2013-06-17
1
-0
/
+646