viti95 / FastDoom

Doom port for DOS, optimized to be as fast as possible!
527 stars 33 forks source link

Add size optimized rendering functions (rolled) #180

Open viti95 opened 9 months ago

viti95 commented 9 months ago

Some newer CPUs prefer rendering functions that fit in the L1 cache rather than fully unrolled ones. I think this will optimize performance in 640x400 and higher resolution modes on CPUs like Intel Pentium or the AMD K5.