Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2013-12-10 06:56:21 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-12-10 06:56:21 +0400
commit15edb78b3e12d2b5c94e2354c91f354c881627de (patch)
tree1880716dfd3369dc66452bbbb3de54c49f4d66a2 /src/mlp_data.c
parent4fda6b01424aab5f6c5b13b1bd01697c899b6fcd (diff)
Making NaN detection more robust to -ffast-math.
Diffstat (limited to 'src/mlp_data.c')
-rw-r--r--src/mlp_data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mlp_data.c b/src/mlp_data.c
index 401c4c02..c2fda4e2 100644
--- a/src/mlp_data.c
+++ b/src/mlp_data.c
@@ -1,6 +1,10 @@
/* The contents of this file was automatically generated by mlp_train.c
It contains multi-layer perceptron (MLP) weights. */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "mlp.h"
/* RMS error was 0.138320, seed was 1361535663 */