Kaiser-Yang/matrix-calculation-accelerator

Update limit() > * with limit >= *

Closed this issue · 0 comments

When limit() is equal to the calculation it will use one thread too, so the > should be updated with >=. I've update those in matrix.h but forget to update those in mca.h.