diff options
author | Mike Pall <mike> | 2021-01-02 21:32:09 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-01-02 21:32:09 +0100 |
commit | ebc3503813209e3f46606234b280ef8a7251993c (patch) | |
tree | 7bed137356b0ab510de75058fa46d1a952500162 /doc/ext_jit.html | |
parent | 65378759f38bb946e40f31799992434effd01bba (diff) | |
parent | ee855749a188d3d13bba9a0e58f430e138e641ae (diff) | |
download | luajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.gz luajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.bz2 luajit-ebc3503813209e3f46606234b280ef8a7251993c.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r-- | doc/ext_jit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 5075a405..fdc97aa1 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -147,7 +147,7 @@ Contains the target OS name: | |||
147 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 147 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
148 | <p> | 148 | <p> |
149 | Contains the target architecture name: | 149 | Contains the target architecture name: |
150 | "x86", "x64", "arm", "arm64", "ppc", "mips" or "mips64". | 150 | "x86", "x64", "arm", "arm64", "arm64be", "ppc", "mips", "mipsel", "mips64", "mips64el", "mips64r6", "mips64r6el". |
151 | </p> | 151 | </p> |
152 | 152 | ||
153 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 153 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |