summaryrefslogtreecommitdiffstats
path: root/vec_neon_float4.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-611/+520
* Correct syntax errors in NEON vectorsErik Schnetter2013-11-261-1/+1
* Introduce mad(), as low-accuracy version of fma()Erik Schnetter2013-09-101-3/+6
* Implement new integer functions for NEONErik Schnetter2013-09-021-7/+33
* Implement more integer functions: abs bitifthen clz isignbit max min popcount...Erik Schnetter2013-09-011-1/+1
* NEON: Describe idea for prod() improvementErik Schnetter2013-08-261-0/+1
* Make frexp take a pointer argument instead of a referenceErik Schnetter2013-08-211-1/+1
* Neon: Implement unaligned load/store operationsErik Schnetter2013-08-201-6/+10
* Implement ifthen with boolvec argumentsErik Schnetter2013-07-071-4/+8
* Simplify return type specificationsErik Schnetter2013-07-071-4/+4
* Do not require C++11 any moreErik Schnetter2013-07-061-8/+8
* Implement maxval and minval reduction operationsErik Schnetter2013-07-041-0/+14
* Do not use type punning for converting between vectors and elements -- gcc 4....Erik Schnetter2013-07-031-6/+22
* Whitespace change in asm intrinsicsErik Schnetter2013-07-021-1/+1
* Implement frexpErik Schnetter2013-06-281-0/+1
* Correct NEON implementationErik Schnetter2013-06-171-9/+23
* Support NEON float32x4_tErik Schnetter2013-06-171-0/+558
OpenPOWER on IntegriCloud