Mercurial > audlegacy-plugins
diff src/madplug/SFMT-params.h @ 1386:b8dd67ad7b86
update SFMT files to version 1.3. please let me know if it break on altivec box.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Fri, 27 Jul 2007 18:56:43 +0900 |
| parents | 7e14701aef54 |
| children |
line wrap: on
line diff
--- a/src/madplug/SFMT-params.h Fri Jul 27 04:53:35 2007 +0200 +++ b/src/madplug/SFMT-params.h Fri Jul 27 18:56:43 2007 +0900 @@ -1,3 +1,6 @@ +#ifndef SFMT_PARAMS_H +#define SFMT_PARAMS_H + #if !defined(MEXP) #ifdef __GNUC__ #warning "MEXP is not defined. I assume MEXP is 19937." @@ -79,6 +82,8 @@ #include "SFMT-params86243.h" #elif MEXP == 132049 #include "SFMT-params132049.h" +#elif MEXP == 216091 + #include "SFMT-params216091.h" #else #ifdef __GNUC__ #error "MEXP is not valid." @@ -88,3 +93,5 @@ #endif #endif + +#endif /* SFMT_PARAMS_H */
