Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.misc > #865
| From | aminer <aminer@toto.net> |
|---|---|
| Newsgroups | comp.lang.pascal.misc |
| Subject | Re: About scimark2 |
| Date | 2014-06-06 05:42 -0700 |
| Organization | albasani.net |
| Message-ID | <lmtcki$h3v$3@news.albasani.net> (permalink) |
| References | <lmt7uj$7jv$5@news.albasani.net> |
I have benchmarked Delphi and FreePascal against GCC C++ and Microsoft C+ on scimark2, and i have found that without the GCC -Ox optimization options the auto-vectorization will not be enabled so Delphi and FreePascal and GCC C++ scored the same speed on scimark2, but when you give -O1 or -O2, GCC C++ uses auto-vectorization and it scores almost 2X times the speed of Freepascal or Delphi on scimark2 on x86. Thank you, Amine Moulay Ramdane.
Back to comp.lang.pascal.misc | Previous | Next — Previous in thread | Find similar
About scimark2 aminer <aminer@toto.net> - 2014-06-06 04:22 -0700 Re: About scimark2 aminer <aminer@toto.net> - 2014-06-06 04:50 -0700 Re: About scimark2 aminer <aminer@toto.net> - 2014-06-06 04:58 -0700 Re: About scimark2 aminer <aminer@toto.net> - 2014-06-06 05:42 -0700
csiph-web