Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/numeric/ublas/bench1/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 1.2 KB
Line 
1#
2#   Copyright (c) 2000-2002
3#   Joerg Walter, Mathias Koch
4#
5#   Permission to use, copy, modify, distribute and sell this software
6#   and its documentation for any purpose is hereby granted without fee,
7#   provided that the above copyright notice appear in all copies and
8#   that both that copyright notice and this permission notice appear
9#   in supporting documentation.  The authors make no representations
10#   about the suitability of this software for any purpose.
11#   It is provided "as is" without express or implied warranty.
12#
13#   The authors gratefully acknowledge the support of
14#   GeNeSys mbH & Co. KG in producing this work.
15#
16
17subproject libs/numeric/ublas/bench1 ;
18
19SOURCES = bench1 bench11 bench12 bench13 ;
20
21exe bench1
22    : $(SOURCES).cpp
23    : <include>$(BOOST_ROOT)
24      <sysinclude>$(BOOST_ROOT)
25#      <gcc><release><cxxflags>"-s -static -fomit-frame-pointer -fexpensive-optimizations -funroll-loops -malign-double -fschedule-insns2 -march=pentium4 -msse -mfpmath=sse -finline-functions -finline-limit=2048"
26#      <gcc><*><cxxflags>"-fabi-version=0"
27      <intel-linux><release><cxxflags>"-Xc"
28      <intel-linux><release><cxxflags>"-unroll -march=pentium4 -Zp16"
29    ;
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Note: See TracBrowser for help on using the repository browser.