mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove the __mxcsr member from fenv_t on i386 to follow the glibc abi
in the previous commit sse fenv support was added, but there is no need to save mxcsr (sse fenv register) so fix the abi incompatibility with glibc.
This commit is contained in:
parent
ebc10fa176
commit
baba2630c9
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ typedef struct {
|
|||
unsigned int __data_offset;
|
||||
unsigned short __data_selector;
|
||||
unsigned short __unused5;
|
||||
unsigned int __mxcsr;
|
||||
} fenv_t;
|
||||
|
||||
#define FE_DFL_ENV ((const fenv_t *) -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue