Welcome, Guest. Please login or register.

Author Topic: Duke Nukem 3D new version for 68060  (Read 14751 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline grond

  • Full Member
  • ***
  • Join Date: Feb 2016
  • Posts: 154
    • Show all replies
Re: Duke Nukem 3D new version for 68040/68060
« on: May 09, 2016, 04:54:58 PM »
Quote from: Cosmos;808133
Explanation : the instructions mul64 & div64 are NOT inside the 68060, so the 68060.library emulate them, and very slowly...

The 64bit MUL and DIV are available in hardware in the apollo core so this optimisation is probably going to make the code run slower on the vampire. Same problem as with most optimisations, you can't optimise for all target hardwares at the same time...