volume: Regenerate generated orc C code again with an orc fix for loading double...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 8 Oct 2010 10:30:33 +0000 (12:30 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 8 Oct 2010 10:30:33 +0000 (12:30 +0200)
gst/volume/gstvolumeorc-dist.c

index 308c991..b5cfbb4 100644 (file)
@@ -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 */