sneakernets / zdoom

ZDoom is an enhanced port of the official DOOM source code to Windows and POSIX platforms. As such, it also adds new features not found in the version published by id Software.
http://zdoom.org
6 stars 0 forks source link

_FPU_EXTENDED and _FPU_DOUBLE not declared... #10

Closed OrdinaryMagician closed 8 years ago

OrdinaryMagician commented 9 years ago

... on line 1942 of d_main.cpp.

These seem to be strictly x86 things so, all that code for setting FPU precision should be removed, or changed to whatever is the ARM equivalent (if any). I'll look into this myself if necessary.

sneakernets commented 9 years ago

Is any compiler breaking on this? I'm using GCC 4.8 personally, so it might be ignoring this.

OrdinaryMagician commented 9 years ago

Ah, it's gcc 4.9.3

sneakernets commented 8 years ago

Fixed in master.