Displaying 1 result from an estimated 1 matches for "fxrestore".
Did you mean:
xrestore
2014 Jul 27
1
[PATCH] simplify OS SSE support detection
...d in Jan 2009 in commit
<http://git.xiph.org/?p=flac.git;a=commit;h=a832ef32fb2a888674659097f40c1f8efb72c1a4>
According to the comment in cpu.c, "sigill_handler flavor resulted in
several crash reports on win32". Also this sigill_handler flavor is not thread-safe.
c) MinGW: fxsave/fxrestore vs. sigill_handler
The code was added Mar 2014 in commit
<http://git.xiph.org/?p=flac.git;a=commit;h=99d5154f436b389758d6a9020e448b8dbedb14bc>
It's better to use FXSR flavor instead of sigill_handler flavor. The reasons
are the same as for MSVC.
-------------- next part --------------
A...