2025-01-09 03:11 AM - last edited on 2025-01-09 05:26 AM by SofLit
Hi,
2025-01-09 04:51 AM
we are working on real time data, so scaling is not working for us
2025-01-09 07:17 AM
> 1 - I can do 2 16-bit signed fraction number multiply or divide and result should also be in 16-bit signed fraction.
In the same instruction? There isn't an instruction for that. You could make your own macro but it wouldn't be particularly fast, which seems like the goal here.