OSDN Git Service

Correct improper naming of assembly language source files.
[mingw/mingw-org-wsl.git] / mingwrt / mingwex / math / fmaf.s
1         .file   "fmaf.s"
2         .text
3         .align 2
4         .p2align 4,,15
5 .globl _fmaf
6         .def    _fmaf;  .scl    2;      .type   32;     .endef
7 _fmaf:
8         flds    4(%esp)
9         fmuls   8(%esp)
10         flds    12(%esp)
11         faddp
12         ret