Optimize the following dgemm matrix multiplication function by writing function
ID: 3834389 • Letter: O
Question
Optimize the following dgemm matrix multiplication function by writing function or functions that will combine the techniques of unrolling (superscalar), blocking, and intrinsic.
Note: The execution command ./a.out corr in the terminal is used to check the correctness of the algorithm. It must be checked in order to be counted as valid.
Note: You may not import external libraries or resources.
Note: Let this file be named dgemm.c.