Added support for detecting SSE4.1, SSE4.2, SSE5. Webpage changes.
[runtime.git] / doc / runtime.in / platforms.html
index a23a9551f9893149b2870b7fac2c6a02478a4851..de0dcaadd88be2fb5e97ba55dbbd29971d24c478 100644 (file)
@@ -18,7 +18,6 @@
   <td align="right">
    <a href="index.html">SILC Runtime Toolkit Manual</a><br />
    <a href="masterindex.html">Index</a></small></td>
   <td align="right">
    <a href="index.html">SILC Runtime Toolkit Manual</a><br />
    <a href="masterindex.html">Index</a></small></td>
-  </td>
  </tr>
 </table>
 </div>
  </tr>
 </table>
 </div>
 <big><b>Platform Implementations</b></big>
 
 <br />&nbsp;<br />
 <big><b>Platform Implementations</b></big>
 
 <br />&nbsp;<br />
-This document describes the implementation issues with different platforms 
-that the SILC Runtime Toolkit support.  Some of the supported platforms 
-does not support all the features delivered with the Toolkit or they may 
+This document describes the implementation issues with different platforms
+that the SILC Runtime Toolkit support.  Some of the supported platforms
+does not support all the features delivered with the Toolkit or they may
 behave differently from other platforms.
 behave differently from other platforms.
+<br />
 
 
-<br />&nbsp;<br />
+<ul class="toc_entries">
 <li><a href="#unix">Unix & Linux Implementation</a><br />
 <li><a href="#windows">Windows Implementation</a><br />
 <li><a href="#macosx">Mac OS X Implementation</a>
 <li><a href="#symbian">Symbian OS Implementation</a>
 <li><a href="#unix">Unix & Linux Implementation</a><br />
 <li><a href="#windows">Windows Implementation</a><br />
 <li><a href="#macosx">Mac OS X Implementation</a>
 <li><a href="#symbian">Symbian OS Implementation</a>
+</ul>
 
 
-<br />&nbsp;<br />&nbsp;<br />
 <b>Supported Platforms</b>
 
 <br />&nbsp;<br />
 <b>Supported Platforms</b>
 
 <br />&nbsp;<br />
@@ -62,13 +62,14 @@ implementation issues with current version of Toolkit.
 <b><a name="windows"></a>Windows Implementation</b>
 
 <br />&nbsp;<br />
 <b><a name="windows"></a>Windows Implementation</b>
 
 <br />&nbsp;<br />
-By default all features and components delivered with Toolkit are 
-supported on Windows.  However, there are some certain issues with the 
+By default all features and components delivered with Toolkit are
+supported on Windows.  However, there are some certain issues with the
 Windows version of the Toolkit.
 
 <br />&nbsp;<br />
 Windows version of the Toolkit.
 
 <br />&nbsp;<br />
+<ul>
 <li>Some of the network routines do not support IPv6.
 <li>Some of the network routines do not support IPv6.
-
+</ul>
 
 <br />&nbsp;<br />&nbsp;<br />
 <b><a name="macosx"></a>Mac OS X Implementation</b>
 
 <br />&nbsp;<br />&nbsp;<br />
 <b><a name="macosx"></a>Mac OS X Implementation</b>
@@ -83,31 +84,33 @@ implementation issues with current version of Toolkit.
 <b><a name="symbian"></a>Symbian OS Implementation</b>
 
 <br />&nbsp;<br />
 <b><a name="symbian"></a>Symbian OS Implementation</b>
 
 <br />&nbsp;<br />
-Symbian OS support in Toolkit is still experimental.  By default all 
-features and components delivered with the Toolkit are supported and 
-should work on Symbian.  However, there are some issues with the Symbian 
+Symbian OS support in Toolkit is still experimental.  By default all
+features and components delivered with the Toolkit are supported and
+should work on Symbian.  However, there are some issues with the Symbian
 version of the Toolkit of what Symbian developers need to be aware.
 
 version of the Toolkit of what Symbian developers need to be aware.
 
-<br />&nbsp;<br />
-<li>The function <tt>silc_schedule</tt> on Symbian will allocate new Active 
-Scheduler Waiter and will block the calling thread.  The caller should 
+<ul>
+<li>The function <tt>silc_schedule</tt> on Symbian will allocate new Active
+Scheduler Waiter and will block the calling thread.  The caller should
 allocate Active Scheduler before calling <tt>silc_schedule</tt>.
 
 allocate Active Scheduler before calling <tt>silc_schedule</tt>.
 
-<li>When adding timeout tasks to SILC Scheduler the SILC Scheduler is woken 
-up after the timeout task has been added.  This allows adding of the 
-timeout tasks from Symbian active objects outside the SILC Scheduler loop.  
+<li>When adding timeout tasks to SILC Scheduler the SILC Scheduler is woken
+up after the timeout task has been added.  This allows adding of the
+timeout tasks from Symbian active objects outside the SILC Scheduler loop.
 On other platforms this wakeup operation is not performed.
 
 On other platforms this wakeup operation is not performed.
 
-<li>Adding fd task to SILC Scheduler will not schedule the fd for any 
-operation.  Instead, programmer should use SILC Socket Stream API and SILC 
-Fd Stream API on Symbian when dealing with file descriptors and sockets.  
-These APIs provide asynchronous notification when data is available and can 
+<li>Adding fd task to SILC Scheduler will not schedule the fd for any
+operation.  Instead, programmer should use SILC Socket Stream API and SILC
+Fd Stream API on Symbian when dealing with file descriptors and sockets.
+These APIs provide asynchronous notification when data is available and can
 be written.
 
 be written.
 
-<li>The function <tt>silc_thread_create</tt> on Symbian will install Active 
-Scheduler and allocate Cleanup Stack for the new thread.  The created 
+<li>The function <tt>silc_thread_create</tt> on Symbian will install Active
+Scheduler and allocate Cleanup Stack for the new thread.  The created
 thread always shares heap with the parent thread.
 thread always shares heap with the parent thread.
+</ul>
 
 
+<br />&nbsp;<br />
 </div> <!-- content -->
 
 </div> <!-- contentwrapper -->
 </div> <!-- content -->
 
 </div> <!-- contentwrapper -->
@@ -119,11 +122,9 @@ thread always shares heap with the parent thread.
   <td align="right">
    <a href="index.html">SILC Runtime Toolkit Manual</a><br />
    <a href="masterindex.html">Index</a></small></td>
   <td align="right">
    <a href="index.html">SILC Runtime Toolkit Manual</a><br />
    <a href="masterindex.html">Index</a></small></td>
-  </td>
  </tr>
 </table>
 </div>
 
 </body>
 </html>
  </tr>
 </table>
 </div>
 
 </body>
 </html>
-