]> git.xonotic.org Git - xonotic/netradiant.git/commit
Adding MATHLIB_VECTOR_NORMALIZE_PRECISION_FIX in mathlib to control which
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Wed, 12 Jan 2011 03:35:57 +0000 (03:35 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Wed, 12 Jan 2011 03:35:57 +0000 (03:35 +0000)
commitcfeead8ceb6b09a04f45dbd6c0ca694123449a3b
treecddab53dacb26970b6189178849a5dfae1017ca2
parentb6607066a4f15d6b9f49d6e9fc1b2608eecb69ff
Adding MATHLIB_VECTOR_NORMALIZE_PRECISION_FIX in mathlib to control which
version of code in VectorNormalize() is used.  Yes, I put the old code back
in there, and it's active if MATHLIB_VECTOR_NORMALIZE_PRECISION_FIX is 0.
Right now it's 1, so the fixed code is active.  I need this quick way to
test regression tests.

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@424 8a3a26a2-13c4-0310-b231-cf6edde360e5
libs/mathlib.h
libs/mathlib/mathlib.c