[Bf-blender-cvs] [431d5772bb5] master: Fixup for integer digits commit

Dalai Felinto noreply at git.blender.org
Fri Jan 19 20:06:19 CET 2018


Commit: 431d5772bb53f87962d6928e9a6dc5d21bec1abc
Author: Dalai Felinto
Date:   Fri Jan 19 17:04:19 2018 -0200
Branches: master
https://developer.blender.org/rB431d5772bb53f87962d6928e9a6dc5d21bec1abc

Fixup for integer digits commit

===================================================================

M	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 cb3dc960042..377b9325717 100644
--- a/source/blender/blenlib/BLI_math_base.h
+++ b/source/blender/blenlib/BLI_math_base.h
@@ -143,6 +143,7 @@ MINLINE float power_of_2(float f);
 
 MINLINE int integer_digits_f(const float f);
 MINLINE int integer_digits_d(const double d);
+MINLINE int integer_digits_i(const int i);
 
 /* these don't really fit anywhere but were being copied about a lot */
 MINLINE int is_power_of_2_i(int n);



More information about the Bf-blender-cvs mailing list