|
From: Greg P. <gp...@us...> - 2006-08-11 21:21:34
|
Greg Parker <gp...@us...> writes: > Valgrind 3.2.0 doesn't handle the SSE3 lddqu instruction, as I > discovered when running some code that uses it. On further > inspection, it appears Valgrind supports some but not all of SSE3. > > Does anyone have a list of what is and is not finished? Do the > latest builds include more SSE3 support? To answer my own question: top-of-tree VEX appears to support all of SSE3 except `monitor` and `mwait`. 3.2.0 only supports `movsldup`, `movshdup`, and `addsubps`. -- Greg Parker gp...@us... |