- Added a function owlqn_direction_line.

- Source code simplifications and clean-ups.

git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@20 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
naoaki
2008-07-10 07:01:53 +00:00
parent 36b9ae4a62
commit a8edbfe8b9
4 changed files with 81 additions and 107 deletions

View File

@@ -229,7 +229,7 @@ inline static void vecfree(void *memblock)
_mm_store_ss((s), XMM0); \
}
#define vecnorm(s, x, n) \
#define vec2norm(s, x, n) \
{ \
int i; \
__m128 XMM0 = _mm_setzero_ps(); \
@@ -258,7 +258,7 @@ inline static void vecfree(void *memblock)
_mm_store_ss((s), XMM3); \
}
#define vecrnorm(s, x, n) \
#define vec2norminv(s, x, n) \
{ \
int i; \
__m128 XMM0 = _mm_setzero_ps(); \