AVR C Runtime Library - Patches: patch #5621, Optimizing a 16-bit * 8-bit ->...
You are not allowed to post comments on this tracker with your current authentication level.
patch #5621: Optimizing a 16-bit * 8-bit -> 24-bit multiplication
Submitter: | None | ||
Submitted: | Thu 07 Dec 2006 04:48:47 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open |
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-12-07 | None | Attached File | - | ![]() |
Added mul.h, #11470 |
On 12/1/06, Galen Seitz <galens@seitzassoc.com> wrote:
...
Thanks for the code snippet, Galen. Using your mult_s16_u8s16 for inspiration, I wrote mul_16_8 (u16 * u8 -> u24). Perhaps these functions should be added to avr-libc.
Cheers,
Shaun