mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
amiga/m68k: enable inlining and compiler mul32to64 in the softfpu
git-svn-id: trunk@36489 -
This commit is contained in:
parent
d68ebf7cfb
commit
5ffc833842
@ -97,6 +97,8 @@ implementation
|
||||
{$if defined(cpum68k) and defined(fpusoft)}
|
||||
|
||||
{$define fpc_softfpu_implementation}
|
||||
{$define softfpu_compiler_mul32to64}
|
||||
{$define softfpu_inline}
|
||||
{$i softfpu.pp}
|
||||
{$undef fpc_softfpu_implementation}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user