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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
sse-os-support.h
blob
4830b7e4ce9ecc478f941ec9b8dcbe4047d3cd3b
1
/* Check if the OS supports executing SSE instructions. */
2
3
static int
4
sse_os_support
(
void
)
5
{
6
/* All currently supported OSes do. */
7
return
1
;
8
}