代码搜索:optimizations
找到约 908 项符合「optimizations」的源代码
代码结果 908
www.eeworm.com/read/289331/8558927
makefile
CC = gcc
ifdef DEBUGMODE
CFLAGS = -g -Wall
AL_LIBS = -lalld
DEFINES = -DDEBUG
else
ifdef RELEASE
CFLAGS = -Wall -O3 -fexpensive-optimizations -s
AL_LIBS = -lalleg
else
CF
www.eeworm.com/read/387891/8649008
c fft_3dn.c
/*
* FFT/MDCT transform with 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistrib
www.eeworm.com/read/387891/8649061
c fft_3dn2.c
/*
* FFT/MDCT transform with Extended 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can
www.eeworm.com/read/283587/9005157
c fft_3dn.c
/*
* FFT/MDCT transform with 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistrib
www.eeworm.com/read/283587/9005265
c fft_3dn2.c
/*
* FFT/MDCT transform with Extended 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can
www.eeworm.com/read/229126/14352584
makefile
CC = gcc
ifdef DEBUGMODE
CFLAGS = -g -Wall
AL_LIBS = -lalld
DEFINES = -DDEBUG
else
ifdef RELEASE
CFLAGS = -Wall -O3 -fexpensive-optimizations -s
AL_LIBS = -lalleg
else
CF
www.eeworm.com/read/470720/1450339
x 990208-1.x
# Doesn't work at -O3 because of ifcvt.c optimizations which
# cause the 2 inlined labels to be at the same location.
set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"if
www.eeworm.com/read/470693/1462285
x 990208-1.x
# Doesn't work at -O3 because of ifcvt.c optimizations which
# cause the 2 inlined labels to be at the same location.
set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"if
www.eeworm.com/read/201007/5062460
svn-base fft_3dn2.c.svn-base
/*
* FFT/MDCT transform with Extended 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can
www.eeworm.com/read/201007/5062469
svn-base fft_3dn.c.svn-base
/*
* FFT/MDCT transform with 3DNow! optimizations
* Copyright (c) 2006 Zuxy MENG Jie.
* Based on fft_sse.c copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistrib