hidmic / ltitop

Linear Time Invariant Topology Optimization Toolkit
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Improve signal_processing_function performance #5

Open hidmic opened 3 years ago

hidmic commented 3 years ago

Specially when dealing with fixed point values. Arguably, this is a consequence of supporting stateful algorithms with fixed point arithmetic of arbitrary format. It probably can't be improved much for the general case, but for some cases (e.g. when using the FixedFormatArithmeticLogicUnit) it sure can be.