![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
add function; returns the result of an arithmetic add operation on all the elements of 2 input pack operandes More...
#include <IPSDKUtil/IPSDKUtilExports.h>#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AddPack.h>#include <IPSDKUtil/InstructionSet/PromotedType.h>#include <IPSDKUtil/Tools/ForceInline.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::simd | |
| Namespace agregating IPSDK SIMD routines and classes. | |
add function; returns the result of an arithmetic add operation on all the elements of 2 input pack operandes
given 2 packs A and B, with A = {a1, ..., an} and B = {b1, ..., bn}, add(A, B) returns C, with C ={ a1+b1, ..., an+bn}
1.8.14