Changes between Version 31 and Version 32 of GcnIsa


Ignore:
Timestamp:
06/10/17 10:00:25 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnIsa

    v31 v32  
    5050<li>ISNAN(v) - return true if value v is NAN value</li>
    5151</ul>
     52<p>Shortcuts:</p>
     53<ul>
     54<li>FP - floating point (default single if not specified)</li>
     55<li>FP16 - half floating point</li>
     56<li>FP32 - single floating point</li>
     57<li>FP64 - double floating point</li>
     58</ul>
    5259<p>By default, any register value is treated as unsigned integer.</p>
    5360<hr />