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

math: add long double symbols when long double is same as double

To allow libmathlib.a to be a drop-in replacement for libc functions
on 32bit arm, we should provide long double symbols otherwise the
libc long double implementation may pull in double symbols that can
conflict with libmathlib.a in case of static linking.

Using wrappers instead of alias to avoid type declaration conflicts.
parent 24b2750f
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