optimise some of the bounds checks (#34) #71
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/cargo@v1
[email protected]: cxx/RSErasureCode.c: In function ‘mulE’:
|
Run actions-rs/cargo@v1
[email protected]: 44 | return a ? EXP_TABLE[(LOG_TABLE[a]+b &MODULO) + (LOG_TABLE[a]+b >>FIELD_BITS)]: 0;
|
Run actions-rs/cargo@v1
[email protected]: cxx/RSErasureCode.c:44:70: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses]
|
Run actions-rs/cargo@v1
[email protected]: | ~~~~~~~~~~~~^~
|
Run actions-rs/cargo@v1
[email protected]: cxx/RSErasureCode.c:52:52: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
|
Run actions-rs/cargo@v1
[email protected]: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~
|
Run actions-rs/cargo@v1
[email protected]: 52 | data[i] = (data[i] + data[i+depart_no]&MODULO) + (data[i] + data[i+depart_no]>>FIELD_BITS);
|
Run actions-rs/cargo@v1
[email protected]: cxx/RSErasureCode.c: In function ‘formal_derivative’:
|
Run actions-rs/cargo@v1
[email protected]: 62 | int leng = ((i^i-1)+1)>>1;
|
Run actions-rs/cargo@v1
[email protected]: cxx/RSErasureCode.c: In function ‘init’:
|
The logs for this run have expired and are no longer available.
Loading