Post
Topic
Board Beginners & Help
Re: Why is ATI so much better than Nvidia?
by
wumpus
on 25/06/2011, 18:27:31 UTC
Unfortunately there is the prejudice that floating-point calculations is what matters,
This "prejuidice" originates from that GPUs were originally build for rendering 3D graphics, which is mainly floating-point heavy.

Some modern shader algorithms heavily use integer math as well, but the main meat of rendering is still fp.