https://bugs.documentfoundation.org/show_bug.cgi?id=97587

--- Comment #1 from Tor Lillqvist <[email protected]> ---
One way to fix this would be to go through the values to be summed in the
ArraySumFunctor actor, check if each is a NaN, and change it to a 0. But I
wonder if that extra code will then compensate any performance gain from using
this code in the first place. Another possibility would be to make sure that if
we know that it is the software interpreter and not OpenCL that will be used,
then not store NaNs in the array, but zeros.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to