mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 19:21:40 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
Optimize ARM OP_MUL/OP_IMUL for x*ispowerof2(const+1) cases Calculations like a*7 can be optimized to a*8-a with the usage of RSB and left shifts which can be done in a single cycle. git-svn-id: trunk@21351 - |
||
|---|---|---|
| compiler | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||