changeset 927:b9cbd2e62186 trunk

[svn] - fix altivec implementation
author nenolod
date Mon, 09 Apr 2007 08:30:03 -0700
parents fa7f7cd029af
children 88bf800eba26
files ChangeLog src/madplug/SFMT.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 09 08:11:42 2007 -0700
+++ b/ChangeLog	Mon Apr 09 08:30:03 2007 -0700
@@ -1,3 +1,11 @@
+2007-04-09 15:11:42 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [1980]
+  Spell internal & pseudorandom in a consistent way. Add missing altivec.h include in SFMT-alti.h; more work to be done as it still does not build.
+  trunk/src/madplug/SFMT-alti.c |   16 ++++++++--------
+  trunk/src/madplug/SFMT-alti.h |    1 +
+  2 files changed, 9 insertions(+), 8 deletions(-)
+
+
 2007-04-09 10:51:00 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1978]
   - make madplug ignore crc error. closes #884.
--- a/src/madplug/SFMT.c	Mon Apr 09 08:11:42 2007 -0700
+++ b/src/madplug/SFMT.c	Mon Apr 09 08:30:03 2007 -0700
@@ -14,6 +14,7 @@
 #include <assert.h>
 #include "SFMT.h"
 #include "SFMT-params.h"
+#include "SFMT-params19937.h"
 
 #if defined(ALTIVEC)
   #include "SFMT-alti.h"