Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 5 | ||
|---|---|---|---|
| Line 134... | Line 134... | ||
| 134 | #else |
134 | #else |
| 135 | 135 | ||
| 136 | /* Run the below code for Cortex-M0 */ |
136 | /* Run the below code for Cortex-M0 */ |
| 137 | blkCnt = blockSize; |
137 | blkCnt = blockSize; |
| 138 | 138 | ||
| 139 | #endif // #define ARM_MATH_CM0_FAMILY |
139 | #endif /* #define ARM_MATH_CM0_FAMILY */ |
| 140 | 140 | ||
| 141 | while(blkCnt > 0u) |
141 | while(blkCnt > 0u) |
| 142 | { |
142 | { |
| 143 | /* C = |A| */ |
143 | /* C = |A| */ |
| 144 | /* Read the input */ |
144 | /* Read the input */ |