Skip to content

Commit

Permalink
Platform support doc now contain some platforms that the community te…
Browse files Browse the repository at this point in the history
…sted
  • Loading branch information
ivankoster committed Feb 22, 2016
1 parent e8e2af4 commit 7601cfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/platform_support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ This module has been tested on:
- Ubuntu 15.10 / x86 (in a VM) with compilers:
- clang 3.6.2
- gcc 5.2.1
Community members tested and reported that nimbench also works on:
- Ubuntu 15.10 / x86-64
- Macosx
- Details about compilers / version numbers are unfortunately not reported, feel
free to add them when you test your specific platform.

Porting to other platforms is not too much work, but it must be done
correctly. This means that the resulting assembly code must be checked, to
Expand Down
7 changes: 6 additions & 1 deletion nimbench.html
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,11 @@ <h1><a class="toc-backref" id="platform-support" href="#platform-support">Platfo
</ul>
</li>
</ul>
<p>Community members tested and reported that nimbench also works on:</p>
<ul class="simple"><li>Ubuntu 15.10 / x86-64</li>
<li>Macosx</li>
<li>Details about compilers / version numbers are unfortunately not reported, feel free to add them when you test your specific platform.</li>
</ul>
<p>Porting to other platforms is not too much work, but it must be done correctly. This means that the resulting assembly code must be checked, to determine for example if the doNotOptimizeAway() works and does not generate unnecessary overhead.</p>
<p>Everyone is welcome to help / contribute with the porting job. Inspiration can be found on many sources on the internet, some of which are listed in the introduction.</p>
</p>
Expand Down Expand Up @@ -1344,7 +1349,7 @@ <h1><a class="toc-backref" href="#17">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small>Made with Nim. Generated: 2016-02-18 22:00:49 UTC</small>
<small>Made with Nim. Generated: 2016-02-22 21:46:08 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 7601cfe

Please sign in to comment.