summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/unicode/byte_vector_altivec.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-33395 Add configure check for vec_vbpermq outputJason Carey2018-05-041-1/+2
| | | | | | | GCC changed the output of vec_vbpermq between 5.4.0 and later. This seems likely to be a bug, probably in earlier versions of gcc. Rather than attempt to enumerate how the compiler versions work, this adds a runtime configure check which will select the lane that works.
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-161-0/+160
Acceleration via ppc64le altivec support for full text search