From e82835d08d2859502be9aac4f63e28cf33e7baf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 8 Oct 2010 12:30:33 +0200 Subject: [PATCH] volume: Regenerate generated orc C code again with an orc fix for loading double parameters --- gst/volume/gstvolumeorc-dist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/volume/gstvolumeorc-dist.c b/gst/volume/gstvolumeorc-dist.c index 308c991af2..b5cfbb4a59 100644 --- a/gst/volume/gstvolumeorc-dist.c +++ b/gst/volume/gstvolumeorc-dist.c @@ -150,7 +150,7 @@ orc_scalarmultiply_f64_ns (double *d1, double p1, int n) ptr0 = (orc_union64 *) d1; /* 1: loadpq */ - var33.i = p1; + var33.f = p1; for (i = 0; i < n; i++) { /* 0: loadq */ @@ -856,7 +856,7 @@ orc_memset_f64 (gdouble * d1, double p1, int n) ptr0 = (orc_union64 *) d1; /* 0: loadpq */ - var32.i = p1; + var32.f = p1; for (i = 0; i < n; i++) { /* 1: copyq */