RESOLVED FIXED 267436
[JetStream2] Always instantiate Float32Array in the cost array of findOptimalSegmentationInternal.
https://bugs.webkit.org/show_bug.cgi?id=267436
Summary [JetStream2] Always instantiate Float32Array in the cost array of findOptimal...
Ryosuke Niwa
Reported 2024-01-11 16:24:43 PST
The cost array in findOptimalSegmentationInternal is always intended to be an array of Float32Array but we were forgetting to instantiate Float32Array for the very first item in the array.
Attachments
Ryosuke Niwa
Comment 1 2024-01-11 16:31:56 PST
EWS
Comment 2 2024-01-16 15:57:18 PST
Committed 273102@main (a66c16294ae1): <https://commits.webkit.org/273102@main> Reviewed commits have been landed. Closing PR #22688 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-01-16 15:58:16 PST
Note You need to log in before you can comment on or make changes to this bug.