Re: [Mesa-dev] [PATCH] llvmpipe: Work without sse2 if llvm is new enough

2013-04-04 Thread Jose Fonseca
- Original Message - > At least on llvm 3.2 this appears to work fine. Tested on an Athlon XP > 2600+, which has sse and 3dnow but not sse2. > > Signed-off-by: Adam Jackson > --- > src/gallium/drivers/llvmpipe/lp_screen.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >

[Mesa-dev] [PATCH] llvmpipe: Work without sse2 if llvm is new enough

2013-04-04 Thread Adam Jackson
At least on llvm 3.2 this appears to work fine. Tested on an Athlon XP 2600+, which has sse and 3dnow but not sse2. Signed-off-by: Adam Jackson --- src/gallium/drivers/llvmpipe/lp_screen.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_s