Skip to content
Snippets Groups Projects
Verified Commit 175f0aa9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: sign(0) was returning 1 instead of 0 with use_dll

The C99 copysign() function was used in the generated C output, but that
function does not correctly handle zero. Replace it by a custom sign()
function.

(manually cherry picked from commit b1e48842)
parent d1e9f253
Branches
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment