Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a27d4184 authored by hhakim's avatar hhakim
Browse files

Fix a bug in mul of CPU Fausts in which right op is sliced.

parent 437597f6
Branches
Tags
No related merge requests found
......@@ -658,6 +658,8 @@ namespace Faust
{
const_cast<Faust::TransformHelper<FPP, Cpu>*>(this)->eval_sliced_Transform();
const_cast<Faust::TransformHelper<FPP, Cpu>*>(this)->eval_fancy_idx_Transform();
const_cast<Faust::TransformHelper<FPP, Cpu>*>(th_right)->eval_sliced_Transform();
const_cast<Faust::TransformHelper<FPP, Cpu>*>(th_right)->eval_fancy_idx_Transform();
return new TransformHelper<FPP,Cpu>(this, th_right);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment