Mail Archives: djgpp-workers/2013/09/19/18:37:38
Am 19.09.2013 01:29, schrieb Rugxulo:
> Hi,
>
> On Wed, Sep 18, 2013 at 5:22 PM, Juan Manuel Guerrero
> <juan DOT guerrero AT gmx DOT de> wrote:
>> Below is a patch that shall provide the implementation of the [l]lrint[f|l]
>> family of functions in libm.a. Some test cases have been added. I have
>> compiled and tested the code with gcc473 and the djcross-gcc481.
>> As usual suggestions, objections and comments are welcome.
> This probably isn't much help, but approx. five months ago, I did
> cross-compile "mutool" (1.2, from MuPDF) via Ozkan's (GCC 3.4.6)
> Linux-hosted cross-compiler. It didn't have lrintf, so I had to borrow
> one from newlib. MuPDF 1.3 was actually released last month, but I
> haven't tried again lately.
>
> (Note that "mutool" basically does various minor things, including
> render to .png for use with an external image viewer, hence it's not
> ideal but better than nothing, at least for DOS users. There were at
> least two older [rough] ports of MuPDF viewer to DJGPP, but they
> weren't ever publicly finalized and left a lot to be desired.)
>
> http://www.bttr-software.de/forum/board_entry.php?id=11498#p12541
>
> http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/mupdf/
But writing the code makes more fun than copying and pasting the code
of someone else. It has also the benefit that I do not need to care
about copyright issues that may raise and as long as my own code is not
substantially worse than the code of others I will prefer my own one.
Regards,
Juan M. Guerrero
- Raw text -