Do not initialize the floating-point environment in i386 assembly.
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 5 Jan 2016 22:55:59 +0000 (15:55 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Tue, 5 Jan 2016 22:55:59 +0000 (15:55 -0700)
commit0f3b73aea6ad3fadc52a78b56bc78b9d6eb0b246
tree0babd1db9fc27885ebb91127b17350effdc6b054
parent2333824daac5cdd5cf3051a26c05e9e1322670a0
Do not initialize the floating-point environment in i386 assembly.

The floating-point environment is managed (and needs to be
initialized) by libc.
src/microcode/cmpauxmd/i386.m4