[Webkit-unassigned] [Bug 233529] REGRESSION(r283855) [GTK][WPE] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 13:33:09 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233529

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Seems that this is wrong somehow:
```
void multiplyByScalarThenAddToVector(const float* inputVector1, float scalar, const float* inputVector2, float* outputVector, size_t numberOfElementsToProcess)
{
    multiplyByScalarThenAddToOutput(inputVector1, scalar, outputVector, numberOfElementsToProcess);
    add(outputVector, inputVector2, outputVector, numberOfElementsToProcess);
}
```

I am looking into it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211129/b08afe01/attachment.htm>


More information about the webkit-unassigned mailing list