Opened 9 years ago
Last modified 9 years ago
#8597 new Feature Requests
Add single precision float support for spirit and/or utree
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | spirit |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Currently there is only double precision floating point support that I know of. However, we are cross compiling to ArchLinux ARM, and would like to stay in the realm of 32-bit single precision if at all possible, and void ARM hard or soft floating point issues if at all possible.
Attachments (1)
Change History (2)
by , 9 years ago
| Attachment: | ticket-8597.patch added |
|---|
comment:1 by , 9 years ago
Changes to the utree appear to be header-only, which is good, no need to recompile boost AFAIK. TBD how that works its way out through the rest of spirit, however.
Note:
See TracTickets
for help on using tickets.

Tentative patch to the utree itself