s390x: add single instruction fma and fmaf
commit1da534ada8a66424e0d23e94ab6750b689be6d64
authorSzabolcs Nagy <nsz@port70.net>
Thu, 13 Sep 2018 22:35:13 +0000 (13 22:35 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Oct 2018 18:41:43 +0000 (15 14:41 -0400)
tree1259ec21575cfd310e77c8b81d3c0272a72f20b9
parent481006fd8887b80c4f794085179047e28102b01a
s390x: add single instruction fma and fmaf

These are available in the s390x baseline isa -march=z900.
src/math/s390x/fma.c [new file with mode: 0644]
src/math/s390x/fmaf.c [new file with mode: 0644]