Skip to content
Snippets Groups Projects
Commit 70485d89 authored by Nils Wallménius's avatar Nils Wallménius Committed by Timothy B. Terriberry
Browse files

Faster MULT32_32_Q31 for ARM.


Uses a C implementation with a 32*32 => 64 multiplication, which
 ARM has.
Speeds up decoding of a 64 kbps test file by 0.5MHz on an ARM7TDMI
 and 1.0MHz on an ARM9TDMI.
0.2% speedup on a 96 kbps enc+dec test on a Cortex A8.

Signed-off-by: default avatarTimothy B. Terriberry <tterribe@xiph.org>
parent 85ede2c6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment