• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 16 17 18 19 20 ... 117 Next »

[Question] floating point operations
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[Question] floating point operations
10-16-2018, 10:33 PM
#1
nk18
Unregistered
 
According to Gekko User's Manual, floating point operation with record bit set should update field 1 of condition register (namely, cr1).

However, on dolphin, condition register is not changed regardless record bit is set.

e.g.,


; f0 = 1.0, f1 = 2.0, cr = 0x00000088

fsub. f0, f0, f1

; f0 = -1.0, f1 = 2.0, cr = 0x00000088 (<- should be 0x08000088)
Reply
« Next Oldest | Next Newest »


Messages In This Thread
[Question] floating point operations - nk18 - 10-16-2018, 10:33 PM
RE: [Question] floating point operations - One More Try - 10-17-2018, 01:53 AM
RE: [Question] floating point operations - Jack Frost - 10-17-2018, 02:23 AM
RE: [Question] floating point operations - nk18 - 10-17-2018, 10:13 AM
RE: [Question] floating point operations - One More Try - 10-17-2018, 10:40 AM
RE: [Question] floating point operations - nk18 - 10-17-2018, 10:59 AM
RE: [Question] floating point operations - One More Try - 10-17-2018, 12:34 PM
RE: [Question] floating point operations - nk18 - 10-17-2018, 01:14 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode