Ticket #1402 (new defect)

Opened 11 months ago

Last modified 6 months ago

multiple by 8 / 10 instead of 0.8 to prevent the need for floating support

Reported by: leonw@… Owned by: jan
Priority: normal Milestone: 1.4.20
Component: core Version: 1.4.18
Severity: normal Keywords: patch
Cc: Blocked By:
Need User Feedback: no Blocking:

Description

in server.c, please replace "0.8" by "8 / 10".

This allows using lighttpd to run without floating point emulation on embedded machines without floating point support (such as ARM).

This fix has been tested in OpenEmbedded? for long now. Please consider merging it.

Attachments

src-server.c.patch (1.0 kB) - added by anonymous 8 months ago.
Remove dependency of floating point math. For embedded systems.

Change History

Changed 8 months ago by anonymous

Remove dependency of floating point math. For embedded systems.

Changed 6 months ago by stbuehler

  • keywords patch added

Add/Change #1402 (multiple by 8 / 10 instead of 0.8 to prevent the need for floating support)

Author



Change Properties
<Author field>
Action
as new
 
Note: See TracTickets for help on using tickets.