valgrind: suppress conditional jump or move error

valgrind gets confused with the following piece of code:

var37.i = ORC_CLAMP_SL((orc_int64)var33.i + (orc_int64)var34.i);

Where all variables are orc_int32
This commit is contained in:
Mathieu Duponchelle 2019-06-05 22:06:26 +02:00 committed by Mathieu Duponchelle
parent 80547d9437
commit 5934dc6ba3

View file

@ -622,3 +622,10 @@
...
obj:*/libpango*.so*
}
{
<valgrind gets confused at orc_int64 widening in orc backup code>
Memcheck:Cond
fun:_backup_audio_orc_int_bias
...
}