projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536bf70
)
src/pitch/pitch.c: disable buggy optimisation for now
author
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2015 01:41:08 +0000
(
02:41
+0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2015 01:41:08 +0000
(
02:41
+0100)
src/pitch/pitch.c
patch
|
blob
|
history
diff --git
a/src/pitch/pitch.c
b/src/pitch/pitch.c
index
66eac4a
..
29dd758
100644
(file)
--- a/
src/pitch/pitch.c
+++ b/
src/pitch/pitch.c
@@
-240,7
+240,7
@@
void
aubio_pitch_slideblock (aubio_pitch_t * p, fvec_t * ibuf)
{
uint_t overlap_size = p->buf->length - ibuf->length;
-#if !HAVE_MEMCPY_HACKS
+#if
1 //
!HAVE_MEMCPY_HACKS
uint_t j;
for (j = 0; j < overlap_size; j++) {
p->buf->data[j] = p->buf->data[j + ibuf->length];