4. Now that you learned floating-point instructions and registers, convert your Vector-Vector Multiplication code implemented for HW4 to use floating-point data. Use the following C code for main function. Reuse your vector_mul subroutine.s file implemented for HW4 and replace instructions with floating-point operations properly. The input data should be changed like in the following C code.
OR
OR