volume: orc fixup for loading float arguments
authorEdward Hervey <bilboed@bilboed.com>
Mon, 20 Sep 2010 14:28:52 +0000 (16:28 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 20 Sep 2010 14:29:20 +0000 (16:29 +0200)
This is only used with DISABLE_ORC.

gst/volume/gstvolumeorc-dist.c

index 8197dcf..d15a469 100644 (file)
@@ -139,7 +139,7 @@ orc_scalarmultiply_f32_ns (float *d1, const float *s1, float p1, int n)
   ptr4 = (orc_union32 *) s1;
 
   /* 1: loadpl */
-  var33.i = p1;
+  var33.f = p1;
 
   for (i = 0; i < n; i++) {
     /* 0: loadl */