#1589 closed enhancement (fixed)
Enable floating point by default for iOS target
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
This ticket sets PJ_HAS_FLOATING_POINT to 1 in config_site_sample.h. Both armv6 and armv7 support single and double precision floating point in hardware.
- The armv6 is in original iPod, iPod touch second gen, original iPhone and iPhone 3G
- The armv7 is in iPhone 3GS and up, original iPad and up
You need to disable Thumb code generation for armv6 for faster FP operations, according to this and this discussions.
Thanks Kees van der Bent for the note.
Change History (2)
comment:1 Changed 12 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by nanang
In 4282:
Note: See
TracTickets for help on using
tickets.
In 4274: