mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
volume: Update for orc changes
double parameters are declared with .doubleparam now.
This commit is contained in:
parent
4e2b6ac13a
commit
80dbf7a901
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
.function orc_scalarmultiply_f64_ns
|
||||
.dest 8 d1 double
|
||||
.floatparam 8 p1
|
||||
.doubleparam 8 p1
|
||||
|
||||
muld d1, d1, p1
|
||||
|
||||
|
@ -71,7 +71,7 @@ convssswb d1, t1
|
|||
|
||||
.function orc_memset_f64
|
||||
.dest 8 d1 gdouble
|
||||
.floatparam 8 p1
|
||||
.doubleparam 8 p1
|
||||
|
||||
copyq d1, p1
|
||||
|
||||
|
|
Loading…
Reference in a new issue