[PATCH] D29736: [WebAssembly] Add target specific overrides for lgamma family functions
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 8 16:20:49 PST 2017
efriedma added a comment.
It doesn't make sense to do this in WebAssembly-specific code; every POSIX platform has a signgam which behaves the same way.
https://reviews.llvm.org/D29736
More information about the cfe-commits
mailing list