VOGONS

Common searches


Search results

Display options

Re: i387 FPU not used on x86_64?

I decided to do some refactoring. Instead of duplicating all fpu macros for x86_64, I modified existing ones to work on both 32bit and 64bit (as maintaining duplicates would mean more work). Patch does following: 1. Rename all %%eax => to AX macro, which is defined as: #ifdef __x86_64__ #define AX " …

i387 FPU not used on x86_64?

Hello, I tried Carmageddon 1 with dosbox-0.74, got those horrible vertical bars. So I searched for solution and found out about 80bit vs 64bit floating point issue. Then I checked code and saw that on 32bit x86 dosbox uses i387 fpu using assembler macros and started wondering why it is not used for …

Page 1 of 1