OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [xop-check.h] - Blame information for rev 695

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 691 jeremybenn
#include <stdlib.h>
2
 
3
#include "cpuid.h"
4
#include "m256-check.h"
5
 
6
static void xop_test (void);
7
 
8
static void
9
__attribute__ ((noinline))
10
do_test (void)
11
{
12
  xop_test ();
13
}
14
 
15
int
16
main ()
17
{
18
  unsigned int eax, ebx, ecx, edx;
19
 
20
  if (!__get_cpuid (0x80000001, &eax, &ebx, &ecx, &edx))
21
    return 0;
22
 
23
  /* Run XOP test only if host has XOP support.  */
24
  if (ecx & bit_XOP)
25
    do_test ();
26
 
27
  return 0;
28
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.