代码搜索:optimizations

找到约 908 项符合「optimizations」的源代码

代码结果 908
www.eeworm.com/read/396408/2418225

c resample_mmx.c

// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL) /* optimization TODO / NOTES movntq is slightly faster (0.5% with the current test.c benchmark) (but thats just te
www.eeworm.com/read/395296/2443236

mk os2-dev.mk

# # FreeType 2 configuration rules for OS/2 + GCC # # Development version without optimizations. # # Copyright 1996-2000, 2003, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This
www.eeworm.com/read/395296/2443244

mk gcc-dev.mk

# # FreeType 2 gcc-specific with NO OPTIMIZATIONS + DEBUGGING # # Copyright 1996-2000, 2003, 2004, 2005, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the Free
www.eeworm.com/read/366702/2878189

c 20030401-1.c

/* Testcase for PR fortran/9974. This was a miscompilation of the g77 front-end caused by the jump bypassing optimizations not handling instructions inserted on CFG edges. */ extern void abor
www.eeworm.com/read/366702/2878629

c acc1.c

/* Tail call optimizations would reverse the order of additions in func(). */ double func (const double *array) { double d = *array; if (d == 0.0) return d; else return d + func (array
www.eeworm.com/read/366702/2878669

c mzero6.c

/* Tail call optimizations would convert func() into the moral equivalent of: double acc = 0.0; for (int i = 0; i
www.eeworm.com/read/366702/2881868

c nrv4.c

/* Verify that NRV optimizations are prohibited when the LHS is an indirect reference to something that may be call-clobbered. */ /* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized"
www.eeworm.com/read/366702/2883750

c nrv5.c

/* Verify that NRV optimizations are prohibited when the LHS is something that may be call-clobbered. */ /* { dg-do compile } */ /* { dg-options "-O -fdump-tree-optimized" } */ typedef struct { in
www.eeworm.com/read/363486/2918176

mk os2-dev.mk

# # FreeType 2 configuration rules for OS/2 + GCC # # Development version without optimizations. # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is par
www.eeworm.com/read/351555/3106859

c resample_mmx.c

// MMX optimizations from Michael Niedermayer (michaelni@gmx.at) (under GPL) /* optimization TODO / NOTES movntq is slightly faster (0.5% with the current test.c benchmark) (but thats just te