repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Stop only if there aren't any usable algorithms
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
prefetchw-1.c
blob
d0babe4d1d5d49a9fdfe3de9175f57c524aa836a
1
/* { dg-do compile } */
2
/* { dg-options "-mprfchw -O2" } */
3
/* { dg-final { scan-assembler "\[ \\t\]+prefetchw\[ \\t\]+" } } */
4
5
#include <x86intrin.h>
6
7
void
*
p
;
8
9
void
extern
10
prefetchw__test
(
void
)
11
{
12
_m_prefetchw
(
p
);
13
}