Why does my PSP VFPU dot product function not output the correct answer only when writing to a singular float?
Currently, I am trying to create a VFPU (Vector Floating-Point Unit) function that returns the dot-product of two vectors. Since the output is a scalar, I want to store the value as a scalar; however, when I store the value in a scalar instead of an element in a vector, I get a consistent and wrong answer.