commit | bd5b57227954e27ca05932721a6917c6edde17b3 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Tue Sep 29 13:17:27 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Tue Sep 29 13:17:27 2009 -0700 |
tree | abbe81e222b1cf0186d7e712f7ae7ea410541b8b | |
parent | 7957eaa69f069781d8067f8806062330572ff82c [diff] |
absf() -> fabsf() instead of fabs() Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c
diff --git a/libs/rs/rsScriptC_Lib.cpp b/libs/rs/rsScriptC_Lib.cpp index 2f195a5..8919465 100644 --- a/libs/rs/rsScriptC_Lib.cpp +++ b/libs/rs/rsScriptC_Lib.cpp
@@ -996,7 +996,7 @@ "float", "(float, float)" }, { "abs", (void *)&abs, "int", "(int)" }, - { "absf", (void *)&fabs, + { "absf", (void *)&fabsf, "float", "(float)" }, { "sinf_fast", (void *)&SC_sinf_fast, "float", "(float)" },