]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
DIV_VF: make it slightly more correct (but slower).
authorRudolf Polzer <divVerent@gmail.com>
Mon, 6 Jan 2025 23:49:10 +0000 (18:49 -0500)
committerdivVerent <divVerent@gmail.com>
Tue, 4 Feb 2025 21:08:11 +0000 (16:08 -0500)
commit5da14eaaf56d237d6a2999ebb3c3bfa7a2207d74
tree15d7ccb558b4cbedfa62049a14ff152502c41ff4
parente6855f19fd29599c08d031c7aa50a88b84e76fc5
DIV_VF: make it slightly more correct (but slower).

We really should divide three times separately than compute the
reciprocal and multiply by that three times.

The latter allows two roundoff errors, the former only one.
prvm_execprogram.h