Improve WMOPS of dot_product_cholesky_fixed()
# Basic info in ivas_tools.c, the function dot_product_cholesky_fixed() is using the rather slow BASOP_Util_Add_Mant32Exp() function. It can be replaced with a 64 bit addition. <!--- Add commit SHA used to reproduce --> - Float reference: - Encoder (float): - Decoder (float): - Fixed point: - Encoder (fixed): - Decoder (fixed): # Bug description # Ways to reproduce Box folder: ...\Box_EXTERNAL_IVAS_BASOP_VERIFICATION\issues\issue-xxxx <!-- Commandline or script --> ```bash ``` <!--- Below are labels that will be added but are not shown in description. This is a template to help fill them. Add further information to the first row and remove and add labels as necessary. -->
issue