mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
2977ef5281
It is better to use storel to splat the variable into the destination. ORC doesn't know when a variable is last written to so it can't yet optimize away the copy operation.
8 lines
87 B
Text
8 lines
87 B
Text
|
|
.function video_test_src_orc_splat_u32
|
|
.dest 4 d1 guint8
|
|
.param 4 p1
|
|
|
|
storel d1, p1
|
|
|
|
|