tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] RE :Re: ARM code generator / ARM tiny C compiler


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] RE :Re: ARM code generator / ARM tiny C compiler
Date: Thu, 25 Apr 2013 16:40:37 +0200
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Le jeudi 25 avril 2013 16:16:15, Thomas Preud'homme a écrit :
> Le jeudi 25 avril 2013 16:05:24, Christian JULLIEN a écrit :
> > Wouah!
> > Do you mean you're implementing eabi_xxxx functions for ARM (such as div
> > and mod ?) Total respect!!
> 
> Yes but I'm not trying to make the fastest implementation possible. I do
> try however to not suck too much. Eventually I'll try to do the one for
> float but that's much more work.

Also since there is no support for arm asm, I'm implementing it in C. Hence 
it's really easy :)

See attached file for my implementation. Note that the __aeabi_idiv(mod)? 
functions are not tested so far.

Best regards,

Thomas

Attachment: armeabi.c
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]