Skip to content
Commit c65db173 authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

Use fixed 32bit sign argument to error functions

Ideally sign should be bool, but we don't want to depend on stdbool.h
and sometimes (e.g. in powf) it's more efficient to pass a non-zero
value than 1 to indicate that the sign should be set.

While working on double precision versions i realized that the unsigned
long argument is fragile (may fail on 32bit targets only).
parent 2f2d6879
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment