[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] checksum routine in assembler
From: |
Martin Velek |
Subject: |
Re: [lwip-users] checksum routine in assembler |
Date: |
Tue, 17 Nov 2009 19:51:46 +0100 |
Which ARM architecture exactly?
E.g. on Cortex M3 you can use
REV16 or REV instruction (htonx). See CMSIS
http://www.arm.com/products/CPUs/CMSIS.html. There is an interface to
the special instructions for CortexM3 in many compiler (IAR, Keil,
gcc,..).
Martin
2009/11/17 Jan Wester <address@hidden>:
> Hi all
>
> I’m trying to optimize my TCP/IP communication
>
> Is it anyone how have the checksum, htons and htonl routines in assembler
> for ARM
>
>
>
> Med vänliga hälsningar/Best Regards
>
> Jan Wester
>
>
>
> WHI Konsult AB
>
> Scheelegatan 11, SE-112 28 Stockholm
>
> www.whi.se
>
> address@hidden
>
> +46 8 449 05 30
>
> +46 705 36 77 22
>
>
>
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>