-
- Downloads
SL-47720 Crash on startup due to SSE instructions. Disable SSE code...
SL-47720 Crash on startup due to SSE instructions. Disable SSE code generation on Windows build. This prevents global constants from being initialized with SSE instructions. We can use the SSE code on Intel Mac (since they all support SSE) and if we enable SSE compilation for the entire Windows viewer. Reviewed by Kelly.
Showing
- indra/llmath/llv4math.h 22 additions, 0 deletionsindra/llmath/llv4math.h
- indra/newview/llviewerjointmesh_sse.cpp 6 additions, 7 deletionsindra/newview/llviewerjointmesh_sse.cpp
- indra/newview/llviewerjointmesh_sse2.cpp 7 additions, 7 deletionsindra/newview/llviewerjointmesh_sse2.cpp
- indra/newview/llviewerjointmesh_vec.cpp 8 additions, 9 deletionsindra/newview/llviewerjointmesh_vec.cpp
Loading
Please register or sign in to comment