aboutsummaryrefslogtreecommitdiff
path: root/src/sgn~.c
AgeCommit message (Collapse)Author
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2015-06-07use macros to check for SSE-compatibilityIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17478
2015-06-07only use SSE-variants if signal vector is big enoughIOhannes m zmölnig
for loop unrolling svn path=/trunk/externals/zexy/; revision=17477
2012-12-19fixing unicode charactersIOhannes m zmölnig
now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2010-01-19SIMD code hopefully now also works on 64bitIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=13045
2008-01-03run with "-pedantic" and "-std=c99": removed warningsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9113
2008-01-03use t_float/t_sample instead of "float" and where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9111
2007-10-30use t_float and t_sample when possibleIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=8907
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2006-11-12reduced warnings by properly declaring functions and avoidance ofIOhannes m zmölnig
variable shadowing svn path=/trunk/externals/zexy/; revision=6269
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2006-01-25made sgn_tilde_setup() non-staticIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4490
2005-12-21only do 8x loop unrolling since it seems to be more efficientIOhannes m zmölnig
(well, rather a joke: 4096 [abs~] need about 24% with 16x unrolling and about 23-24% with 8x unrolling) svn path=/trunk/externals/zexy/; revision=4276
2005-12-21moved sgn~ into separate fileIOhannes m zmölnig
initial SSE-support of sgn~ svn path=/trunk/externals/zexy/; revision=4275