代码搜索:optimizations

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

代码结果 908
www.eeworm.com/read/239645/4596517

mk w32-dev.mk

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

c vb03.c

#include "fail.h" // test for virtual base optimizations struct V { int a; int rdbuf() {return a;} void set_a( int val ) { a = val; } }; struct DV : virtual V { int a[2];
www.eeworm.com/read/205824/5023030

mk w32-dev.mk

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

svn-base optimization.txt.svn-base

optimization Tips (for libavcodec): What to optimize: If you plan to do non-x86 architecture specific optimizations (SIMD normally), then take a look in the i386/ directory, as most important functio
www.eeworm.com/read/167562/5458675

mk w32-dev.mk

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

bcc

# Copyright (C) Igor Sysoev # Borland C++ 5.5 # optimizations # maximize speed CFLAGS="$CFLAGS -O2" case $CPU in pentium) # optimize for Pentium and Athlon CPU_OPT="-5" ;
www.eeworm.com/read/325387/3484329

owc

# Copyright (C) Igor Sysoev # Open Watcom C 1.0, 1.2, 1.3 # optimizations # maximize speed CFLAGS="$CFLAGS -ot" # reorder instructions for best pipeline usage CFLAGS="$CFLAGS -op" # inline intrin
www.eeworm.com/read/427042/1982566

svn-base postprocess_altivec_template.c.svn-base

/* * AltiVec optimizations (C) 2004 Romain Dolbeau * * based on code by Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at) * * This file is part of FFmpeg. * *
www.eeworm.com/read/427042/1982573

c postprocess_altivec_template.c

/* * AltiVec optimizations (C) 2004 Romain Dolbeau * * based on code by Copyright (C) 2001-2003 Michael Niedermayer (michaelni@gmx.at) * * This file is part of FFmpeg. * *
www.eeworm.com/read/396640/2410495

svn-base w32-dev.mk.svn-base

# # FreeType 2 configuration rules for Win32 + GCC # # Development version without optimizations. # # Copyright 1996-2000, 2003, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg.