Recent

Author Topic: [SOLVED] System unit with out FPU  (Read 571 times)

Key-Real

  • Sr. Member
  • ****
  • Posts: 372
[SOLVED] System unit with out FPU
« on: July 16, 2024, 07:09:34 am »
Is it true, what the system unit can't live without a FPU, so I have to implement software emulation?
« Last Edit: July 17, 2024, 09:07:17 am by Key-Real »

ccrause

  • Hero Member
  • *****
  • Posts: 970
Re: System unit with out FPU
« Reply #1 on: July 16, 2024, 07:30:56 am »
The avr-embedded target has no FPU support, so it is possible.

nickysn

  • New Member
  • *
  • Posts: 27
Re: System unit with out FPU
« Reply #2 on: July 16, 2024, 04:52:04 pm »
I can also confirm that the system unit initialization does not require an FPU, as I have tested i8086-msdos binaries that don't use floating point on real i8086 and i8088 hardware that doesn't have an FPU and it runs.

 

TinyPortal © 2005-2018