Welcome, Guest. Please login or register.

Author Topic: Quick assembler question  (Read 2349 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PiR

  • Full Member
  • ***
  • Join Date: Apr 2003
  • Posts: 148
    • Show all replies
Re: Quick assembler question
« on: November 12, 2003, 11:10:45 AM »
Hi Karlos

Just checked it last night in 68060 UM. They're hardware implemented. However what do these really do is rounding the result to single/double, regardless on the current FPU control setting, AND NOT making calculations in single/double. Calculations are always done in extended precision (or even more).

I've found SGLMUL, which makes calculations in single precision, but this is 6888x only and only emulated both on 68040 and 68060.

You can find all this in the manuals  from that link to motorola site.

Good luck