Kaiser-Yang/matrix-calculation-accelerator

Add prefixes for all the header files's macros

Closed this issue · 0 comments

For example, in matrix.h we use MATRIX_H to determine whether we have included this file, but it is easy to conflict with other's macros. A better way is to use MCA_MATRIX_H.