On Sat, Nov 15, 2014 at 10:37 AM, Emil Velikov wrote:
> So when checking/building sse code we have three possibilities:
> 1 Old compiler, throws an error when using -msse*
> 2 New compiler, user disables sse* (-mno-sse*)
> 3 New compiler, user doesn't disable sse
>
> The original code, added co
So when checking/building sse code we have three possibilities:
1 Old compiler, throws an error when using -msse*
2 New compiler, user disables sse* (-mno-sse*)
3 New compiler, user doesn't disable sse
The original code, added code for #1 but not #2. Later on we patched
around the lack of handl