Calculate the dot product of 2 vectors.
Only the first t_size elements of a register are considered.
- Template Parameters
-
| t_size | Size of the vector. Note that this number should not exceed the number of register elements. |
| T_RegisterType | Register type that stores the vector data. |
- Parameters
-
| [in] | lhs | Data of the vector on the left-hand side of the operator |
| [in] | rhs | Data of the vector on the right-hand side of the operator |
- Returns
- Dot product