문제

I'm using a ARM7 device without any NEON floating point arithmetic hardware capabilities, so for my project I'm having to write in Assembly, I already have a multiplier working, is there any why I could calculate inverses quickly?

도움이 되었습니까?

해결책

Will GCC software floating-point library be good for you? You'll find the assembler routines for floating-point division under libgcc/config/arm.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top