Re: [PATCH xserver 1/6] xfree86: Remove xf86InterceptSigIll

2017-12-13 Thread Olivier Fourdan
On Mon, Nov 20, 2017 at 9:43 PM, Adam Jackson wrote: > This was added in ~2004 for the sis driver, to detect whether it could > use SSE for memcpy. Charmingly, the code to check whether that feature > exists in the server is: > > #if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0) >

[PATCH xserver 1/6] xfree86: Remove xf86InterceptSigIll

2017-11-20 Thread Adam Jackson
This was added in ~2004 for the sis driver, to detect whether it could use SSE for memcpy. Charmingly, the code to check whether that feature exists in the server is: #if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,13,0) #define SISCHECKOSSSE /* Automatic check OS for SSE