代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/162614/5530488
c 20031106-1.c
/* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-optimized" } */
extern void link_error (void);
/* Check for dead stores to an array. */
void foo (int testarray[])
{
testarray[0] = 0;
www.eeworm.com/read/162614/5530512
c asm-1.c
/* Make sure that gcc understands that an in/out operand is a use as well
as a def. */
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */
void f()
{
int i = 42;
int j =
www.eeworm.com/read/162614/5530527
c pr22321.c
/* { dg-do compile } */
/* { dg-options "-O1 -fno-tree-vrp -fno-tree-copy-prop -fno-tree-ccp -fdump-tree-optimized" } */
volatile int x;
int main ()
{
volatile int *vip;
vip = &x;
volatile in
www.eeworm.com/read/391151/8419503
c dotpfunc.c
//dotpfunc.c Optimized dot product function
int dotpfunc(const short *a, const short *b, int ncount)
{
int sum = 0;
int i;
_nassert((int)(a)%4 == 0);
_nassert((int)(b)%4 == 0
www.eeworm.com/read/390183/8480008
txt opt_var.txt
NASM Optimizer Usage of
Certain Variables to Control Assembly
prepared by: John R Coffman
date: 07-Mar-2005
GLOB
www.eeworm.com/read/385934/8778259
c dotpfunc.c
//dotpfunc.c Optimized dot product function
int dotpfunc(const short *a, const short *b, int ncount)
{
int sum = 0;
int i;
_nassert((int)(a)%4 == 0);
_nassert((int)(b)%4 == 0
www.eeworm.com/read/185661/8993659
mvc makefile.mvc
# -*- makefile -*-
# Makefile for Microsoft Windows with Microsoft Visual C++ 5.0 compiler
CC=cl
# Debug version
#CFLAGS = -c -nologo -YX -Zi -W3
# Optimized veriosion
CFLAGS = -c -Ox -G6 -n
www.eeworm.com/read/426674/9005630
c dotpfunc.c
//dotpfunc.c Optimized dot product function
int dotpfunc(const short *a, const short *b, int ncount)
{
int sum = 0;
int i;
_nassert((int)(a)%4 == 0);
_nassert((int)(b)%4 == 0
www.eeworm.com/read/382086/9050762
c dotpfunc.c
//dotpfunc.c Optimized dot product function
int dotpfunc(const short *a, const short *b, int ncount)
{
int sum = 0;
int i;
_nassert((int)(a)%4 == 0);
_nassert((int)(b)%4 == 0
www.eeworm.com/read/282428/9095093
c dotpfunc.c
//dotpfunc.c Optimized dot product function
int dotpfunc(const short *a, const short *b, int ncount)
{
int sum = 0;
int i;
_nassert((int)(a)%4 == 0);
_nassert((int)(b)%4 == 0