[Pal/Linux-SGX] enclave_entry.S: Reset FXSAVE extended state on EENTER
Previously, the FXSAVE extended state (ST, XMM, MXCSR registers) was not
cleared on EENTER (i.e., enclave-thread enter). This could lead to
maliciously crafted ST/XMM registers propagating into the enclave and
subverting execution. This commit resets FXSAVE on every EENTER to a
default mostly zero-byte state.
Note that this commit does not reset XSAVE state (YMM, ZMM registers).
This will be fixed in a future commit.