OSDN Git Service

Revert "Use compiler builtins for fabs."
authorElliott Hughes <enh@google.com>
Mon, 24 Aug 2015 21:08:13 +0000 (21:08 +0000)
committerElliott Hughes <enh@google.com>
Mon, 24 Aug 2015 21:08:13 +0000 (21:08 +0000)
commitc5deb0f883cbdca7e5ab75f92f82c31d21367f49
treee1336898a36e28000e765cd8d0584780b5ce6066
parentd76f16973a9d06765fb1f482239b9559f893ffd0
Revert "Use compiler builtins for fabs."

Use of "extern inline" breaks clang build.

This reverts commit d76f16973a9d06765fb1f482239b9559f893ffd0.

Change-Id: I995d0d38c3776f5c50b060f16770741c92a2acac
benchmarks/math_benchmark.cpp
libm/Android.mk
libm/fabs.cpp [deleted file]
libm/fake_long_double.c
libm/include/math.h
libm/upstream-freebsd/lib/msun/src/s_fabs.c [new file with mode: 0644]
libm/upstream-freebsd/lib/msun/src/s_fabsf.c [new file with mode: 0644]