Recent

Author Topic: [SOLVED] what to do if my target MIPS cpu has no FPU  (Read 2996 times)

nickysn

  • New Member
  • *
  • Posts: 27
Re: what to do if my target MIPS cpu has no FPU
« Reply #15 on: April 23, 2024, 04:16:02 pm »
In addition to the advices above, also make sure that the calling convention (defined in compiler/mips/cpupara.pas) doesn't use FPU registers to pass parameters or function return values when the softfpu is selected.

For a working example, look at:
compiler/avr/cpupara.pas

 

TinyPortal © 2005-2018