On Fri, Sep 20, 2002 at 06:12:17PM -0600, Brian Paul wrote:
> Just continue when you hit the _mesa_test_os_sse_exception_support()
> function. It's a normal part of start-up. We found that the only
> reliable way to detect SSE support (both CPU-wias and OS-wise) is
> to try an SSE instruction an
Jacek Popławski wrote:
> On Fri, Sep 20, 2002 at 06:12:17PM -0600, Brian Paul wrote:
>
>>Just continue when you hit the _mesa_test_os_sse_exception_support()
>>function. It's a normal part of start-up. We found that the only
>>reliable way to detect SSE support (both CPU-wias and OS-wise) is
>>
Jacek Popławski wrote:
> Sometimes when using gdb with my program I see error:
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 1024 (LWP 2340)]
> 0x405cdcfb in _mesa_test_os_sse_exception_support () from
>/usr/X11R6/lib/modules/dri/tdfx_dri.so
>
> This is not m
Sometimes when using gdb with my program I see error:
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 1024 (LWP 2340)]
0x405cdcfb in _mesa_test_os_sse_exception_support () from
/usr/X11R6/lib/modules/dri/tdfx_dri.so
This is not my program fault, because there is same