OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_sse2
(Results
26 - 27
of
27
) sorted by null
1
2
/external/libvpx/libvpx/test/
sad_test.cc
446
#if
HAVE_SSE2
/external/valgrind/main/coregrind/
m_machine.c
688
{ Bool have_sse1,
have_sse2
, have_cx8, have_lzcnt;
local
716
have_sse2
= (edx & (1<<26)) != 0; /* True => have sse2 insns */
733
if (
have_sse2
&& have_sse1) {
[
all
...]
Completed in 185 milliseconds
1
2