From 13896063bccdf97f790db5a4048514a3bf0bf0b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Nov 2013 20:53:26 +1100 Subject: Math library: minor additions sqrtf_signed and copy_v2_fl2 --- source/blender/blenlib/BLI_math_base.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenlib/BLI_math_base.h') diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h index 1cb28d25b6c..f7e6dc14295 100644 --- a/source/blender/blenlib/BLI_math_base.h +++ b/source/blender/blenlib/BLI_math_base.h @@ -197,6 +197,8 @@ static const int NAN_INT = 0x7FC00000; MINLINE float sqrt3f(float f); MINLINE double sqrt3d(double d); +MINLINE float sqrtf_signed(float f); + MINLINE float saacosf(float f); MINLINE float saasinf(float f); MINLINE float sasqrtf(float f); -- cgit v1.2.3