mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 01:27:42 +01:00
The new version uses a pure pascal version for the 32bit case. With the lastest compiler optimizations this generates optimal 4-instruction code which can be inlined. The rev-versions for armv6+ are gone now, the inlineable pascal-code is faster than the call-overhead for the rev-implementation. The 64-bit versions received an updated assembly version which saves 4 cycles total on <armv6. git-svn-id: trunk@21511 - |
||
|---|---|---|
| .. | ||
| arm.inc | ||
| divide.inc | ||
| int64p.inc | ||
| makefile.cpu | ||
| math.inc | ||
| mathu.inc | ||
| mathuh.inc | ||
| set.inc | ||
| setjump.inc | ||
| setjumph.inc | ||
| strings.inc | ||
| stringss.inc | ||
| thumb2.inc | ||