aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_ffi_api.html
diff options
context:
space:
mode:
authorMike Pall <mike>2026-02-27 00:33:30 +0100
committerMike Pall <mike>2026-02-27 00:33:30 +0100
commita553b3de243b1ae07bdb21da4bdab77148793f76 (patch)
tree2d2a25b1ef6788f6ba7e0cd58586ac7e3ca5684f /doc/ext_ffi_api.html
parentfc3d17eb4048212ecc5a2fe0a4a15096130f4e40 (diff)
downloadluajit-a553b3de243b1ae07bdb21da4bdab77148793f76.tar.gz
luajit-a553b3de243b1ae07bdb21da4bdab77148793f76.tar.bz2
luajit-a553b3de243b1ae07bdb21da4bdab77148793f76.zip
Add ffi.abi("dualnum").
Thanks to Sergey Kaplun. #1442
Diffstat (limited to 'doc/ext_ffi_api.html')
-rw-r--r--doc/ext_ffi_api.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html
index 989a7712..7e89d336 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -468,6 +468,8 @@ otherwise. The following parameters are currently defined:
468<td class="abiparam">uwp</td><td class="abidesc">Universal Windows Platform</td></tr> 468<td class="abiparam">uwp</td><td class="abidesc">Universal Windows Platform</td></tr>
469<tr class="even"> 469<tr class="even">
470<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr> 470<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
471<tr class="odd">
472<td class="abiparam">dualnum</td><td class="abidesc">Dual-number mode</td></tr>
471</table> 473</table>
472 474
473<h3 id="ffi_os"><tt>ffi.os</tt></h3> 475<h3 id="ffi_os"><tt>ffi.os</tt></h3>