“9d2909be2abcb9b8728f7c4de7437c07a1254b8b”上不存在“paddle/operators/add_op.cc”
提交 da5d89d4 编写于 作者: R Rich Felker

add C stub for sqrtl (already implemented in asm on i386 and x86_64)

上级 f6819755
#include <math.h>
long double sqrtl(long double x)
{
/* FIXME: implement sqrtl in C. At least this works for now on
* ARM (which uses ld64), the only arch without sqrtl asm
* that's supported so far. */
return sqrt(x);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册