qsieve

qsieve Commit Details


Date:2013-04-17 23:03:00 (11 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:01a75632c7d3
Parents: 978bc77a6a24
Message:compile

Changes:
MMakefile.in (1 diff)
MMakefile.sample.in (1 diff)

File differences

Makefile.in
198198
199199
200200
201
201
202202
203203
204204
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
mode_386 = @mode_386@
# mode_386 = @mode_386@
mode_3dnow = @mode_3dnow@
mode_X86_64 = @mode_X86_64@
mode_athlon = @mode_athlon@
Makefile.sample.in
4747
4848
4949
50
50
5151
5252
5353
# On Linux you can determine your processor abilities with the command
# "cat /proc/cpuinfo".
#
@mode_386@DEFINES += -DASM_386
#@mode_386@DEFINES += -DASM_386
@mode_mmx@DEFINES += -DASM_MMX
@mode_cmov@DEFINES += -DASM_CMOV
@mode_sse@DEFINES += -DASM_SSE

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.63515s using 14 queries.