binary - Floating point division in ARM7, quick calculation of inverses -
i'm using arm7 device without neon floating point arithmetic hardware capabilities, project i'm having write in assembly, have multiplier working, there why calculate inverses quickly?
will gcc software floating-point library you? you'll find assembler routines floating-point division under libgcc/config/arm
.
Comments
Post a Comment