siren: Fix floating point invalid operation
authorLars Petter Endresen <lars.petter.endresen@gmail.com>
Mon, 12 Nov 2018 11:03:53 +0000 (12:03 +0100)
committerSebastian Dröge <slomo@coaxion.net>
Thu, 15 Nov 2018 08:44:12 +0000 (08:44 +0000)
commite6c56ec014fa2e1f6ea49f2deb2c89f0b0dd10b4
treea88093336afc827428f9a11064b3266ae9fc190b
parent29d48ce8a1714cbbdc1781429dc7f0043c3c018c
siren: Fix floating point invalid operation

Mix of single and double precision leads to zero-by-zero divide
for upper 64-bit of the xmm register, even though they are not
used.
gst/siren/common.c