neon: Enable Flush-to-zero mode for float programs
authorDoug Nazar <nazard@nazar.ca>
Fri, 20 Sep 2019 08:56:35 +0000 (04:56 -0400)
committerSebastian Dröge <slomo@coaxion.net>
Mon, 14 Oct 2019 06:33:15 +0000 (06:33 +0000)
commit4d3fb1961cd065dfc835e1fc1a03918daf7bf134
tree90ed3839c3497cf8f59ca3d9953f507b0c05e834
parent5e675de0d62f2f8cf15dd2de5893908a221c30cd
neon: Enable Flush-to-zero mode for float programs

Some of the instructions are not NEON (which always uses FTZ),
but are actually VFP, which requires enabling FTZ mode.
orc/orcprogram-neon.c