Blender Git Loki
Git Commits -> Revision 9a31f37
Revision 9a31f37 by Brecht Van Lommel (master) November 25, 2009, 12:04 (GMT) |
Sculpt: math lib functions * swap v2/v3 * multiply-and-add (madd) v3 * inline v3 short/float conversion |
Commit Details:
Full Hash: 9a31f37d19de8ab6f45ac0622bd620e80cff9abf
SVN Revision: 24881
Parent Commit: e57792f
Lines Changed: +79, -25
5 Modified Paths:
/source/blender/blenlib/BLI_math_matrix.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -2) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+11, -7) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+57, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+10, -2) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+11, -7) (Diff)
/source/blender/blenlib/intern/math_vector.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+57, -2) (Diff)