Add F64 FIR Manual Loop Unrolling#294
Merged
christophe0606 merged 2 commits intoARM-software:mainfrom Feb 12, 2026
Merged
Conversation
Adds support for manual loop unrolling (ARM_MATH_LOOPUNROLL) based on arm_fir_f32.c implementation. Minor udpate to arm_fir_f32.c documentation.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Description
Adds support for manual loop unrolling (ARM_MATH_LOOPUNROLL) to arm_fir_f64.c based on arm_fir_f32.c implementation. Minor update to arm_fir_f32.c documentation.
Test Environment
TI AM2434, Cortex-R5F, VFPv3-D16
TI CCS 20.4.1.4
TI ARM Clang Compiler v5.0
32 Taps, 512 Samples
PMU Profiling Results
-O0 w/o ARM_MATH_LOOPUNROLL - 743891 Cycles
-O0 w/ ARM_MATH_LOOPUNROLL - 430654 Cycles
-O3, -ffast-math - 376658 Cycles