mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
volume: Regenerate generated orc C code again with an orc fix for loading double parameters
This commit is contained in:
parent
ca5992bb29
commit
e82835d08d
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue