VOGONS

Common searches


Search results

Display options

Re: FitzQuake for DOS [fxMesa]

I'll search for the comment. Also, the hand written assembly optimizations have small effect (I think this has been documented, too), so the compiler optimizations are not expected to do any good, as you have measured. Like discussed earlier, if even the C path works equivalently, then that's just …

Re: FitzQuake for DOS [fxMesa]

You have very interesting findings. On glide3 makefiles I've seen prior, they have this: ifeq ($(USE_X86),1) CFLAGS += -DGL_X86 OPTFLAGS ?= -O1 -ffast-math -mcpu=pentium else CFLAGS += -DGLIDE_USE_C_TRISETUP OPTFLAGS ?= -O1 -ffast-math endif I recall that this is documented (maybe a code comment?) …

Page 2 of 11