Changes between Version 26 and Version 27 of ClrxAsmGallium


Ignore:
Timestamp:
09/30/17 08:00:22 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmGallium

    v26 v27  
    168168<h3>.get_driver_version</h3>
    169169<p>Syntax: .get_driver_version SYMBOL</p>
    170 <p>Store current driver version to SYMBOL.</p>
     170<p>Store current driver version to SYMBOL. Version in form:
     171<code>major_version*10000 + minor_version*100 + micro_version</code>.</p>
    171172<h3>.get_llvm_version</h3>
    172173<p>Syntax: .get_llvm_version SYMBOL</p>
    173 <p>Store current LLVM compiler version to SYMBOL.</p>
     174<p>Store current LLVM compiler version to SYMBOL. Version in form:
     175<code>major_version*10000 + minor_version*100 + micro_version</code>.</p>
    174176<h3>.globaldata</h3>
    175177<p>Go to constant global data section (<code>.rodata</code>).</p>