diff options
| author | Elliott Hughes <enh@google.com> | 2017-09-18 21:33:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-09-18 21:33:06 +0000 |
| commit | df862454b69f81b5574da415b61d9cbf12662bcc (patch) | |
| tree | 98b7361c8e6a711fcb529a0df6a46e7c590f9d57 /tests/math_force_long_double_test.cpp | |
| parent | 5e805526422d90c4054c9fb0f7b1b915dc49f3c8 (diff) | |
| parent | 50cda38f1ddfb0216e986f60cdc877fb9c55ebba (diff) | |
Merge "Use __RENAME for long double functions."
Diffstat (limited to 'tests/math_force_long_double_test.cpp')
| -rw-r--r-- | tests/math_force_long_double_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/math_force_long_double_test.cpp b/tests/math_force_long_double_test.cpp new file mode 100644 index 000000000..432182b72 --- /dev/null +++ b/tests/math_force_long_double_test.cpp @@ -0,0 +1,2 @@ +#define __BIONIC_LP32_USE_LONG_DOUBLE +#include "math_test.cpp" |
