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
/
pr58853.c
blob
046da8bee5f7a77e65aa0f31a19f9237cfc6b159
1
/* { dg-do compile } */
2
/* { dg-options "-minline-all-stringops" } */
3
/* { dg-additional-options "-mtune=pentiumpro" { target { ia32 } } } */
4
5
void
6
my_memcpy
(
char
*
dest
,
const char
*
src
,
int
n
)
7
{
8
__builtin_memcpy
(
dest
,
src
,
n
);
9
}