We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, if anybody is interested, this case statement is missing the break statement. The error was introduced several years ago:
Ne10/modules/dsp/NE10_fft_generic_float32.c
Line 652 in 1f059a7
This refactor 79c3d78#diff-7bc71b336fad4d87a079da7976508f25395f0ca604c5e19b4be9919007a5e4a0 missed the opportunity to spot the misplaced break and instead removed it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, if anybody is interested, this case statement is missing the break statement. The error was introduced several years ago:
Ne10/modules/dsp/NE10_fft_generic_float32.c
Line 652 in 1f059a7
This refactor
79c3d78#diff-7bc71b336fad4d87a079da7976508f25395f0ca604c5e19b4be9919007a5e4a0
missed the opportunity to spot the misplaced break and instead removed it.
The text was updated successfully, but these errors were encountered: