.. |
Algorithms.h
|
Merge pull request #27653 from ContentSquare/hasAllAny_SIMD
|
2022-03-29 16:35:59 +02:00 |
ArraySinkVisitor.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
ArraySourceVisitor.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
CMakeLists.txt
|
Update gatherutils CMakeLists to use X86_INTRINSICS_FLAGS from cpu_features
|
2022-03-30 18:40:18 +02:00 |
concat.cpp
|
Remove commented code.
|
2020-09-21 19:22:23 +03:00 |
createArraySink.cpp
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
createArraySource.cpp
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
createValueSource.cpp
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |
ends_with.cpp
|
Add startsWith & endsWith for array
|
2022-02-07 16:36:49 +08:00 |
GatherUtils.h
|
Apply suggestions from code review
|
2022-02-16 20:58:43 +08:00 |
has_all.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
has_any.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
has_substr.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
IArraySink.h
|
Don't hide interface symbols
|
2020-09-21 21:03:17 +08:00 |
IArraySource.h
|
Don't hide interface symbols
|
2020-09-21 21:03:17 +08:00 |
IValueSource.h
|
Don't hide interface symbols
|
2020-09-21 21:03:17 +08:00 |
push.cpp
|
Inline GatherUtils algorithms.
|
2020-09-14 17:35:57 +03:00 |
resizeConstantSize.cpp
|
Inline GatherUtils algorithms.
|
2020-09-14 17:35:57 +03:00 |
resizeDynamicSize.cpp
|
Inline GatherUtils algorithms.
|
2020-09-14 17:35:57 +03:00 |
Selectors.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
Sinks.h
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
sliceDynamicOffsetBounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceDynamicOffsetUnbounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceEqualElements.h
|
Moving sliceHasImplAnyAll and sliceEqualElements to separate header files to avoid SIMD instructions bloat in Algorithms.h
|
2021-12-13 17:57:28 +01:00 |
sliceFromLeftConstantOffsetBounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceFromLeftConstantOffsetUnbounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceFromLeftDynamicLength.cpp
|
Make "left" and "right" real functions
|
2022-01-05 05:32:40 +03:00 |
sliceFromRightConstantOffsetBounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceFromRightConstantOffsetUnbounded.cpp
|
Update SourceVisitor for GatherUtils.
|
2020-09-21 13:29:31 +03:00 |
sliceFromRightDynamicLength.cpp
|
Make "left" and "right" real functions
|
2022-01-05 05:32:40 +03:00 |
sliceHasImplAnyAll.h
|
Fix build
|
2022-04-04 14:07:05 +02:00 |
Slices.h
|
Fix clang-tidy warnings in Disks, Formats, Functions folders
|
2022-03-14 18:17:35 +00:00 |
Sources.h
|
Use C++14 aliases for some type traits
|
2022-03-11 15:54:29 +01:00 |
starts_with.cpp
|
Add startsWith & endsWith for array
|
2022-02-07 16:36:49 +08:00 |
ValueSourceVisitor.h
|
Fix strange code in TypeList
|
2021-11-25 23:55:02 +03:00 |