aboutsummaryrefslogtreecommitdiff
path: root/xtract/xtract_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'xtract/xtract_helper.h')
-rw-r--r--xtract/xtract_helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xtract/xtract_helper.h b/xtract/xtract_helper.h
index 645f1cd..ce0ae54 100644
--- a/xtract/xtract_helper.h
+++ b/xtract/xtract_helper.h
@@ -63,6 +63,9 @@ int xtract_windowed(const float *data, const int N, const void *argv, float *res
*/
int xtract_features_from_subframes(const float *data, const int N, const int feature, const void *argv, float *result);
+/** \brief Test whether a number is denormal */
+inline int xtract_is_denormal(double const d);
+
/** @} */
#ifdef __cplusplus