-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Refactor 32f_s32f_multiply_32f kernel
This kernel should be easier to read now and without redundant kernel definitions. Multiple small code improvements are added. 1. generic kernel moved to the top 2. a_generic kernel removed. This was just a copy of the generic one. 3. Move loop counter declaration into loop 4. Combine variable declaration and initialization Tests indicate that the generic kernel is faster in most cases. Signed-off-by: Johannes Demel <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters