diff options
author | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2015-01-04 23:01:16 +0100 |
commit | dfe84fd8c545b6f2da721e3f86f9b00f31711abd (patch) | |
tree | aec798be428f542a17d36990686f83a0552ae70d /doc/ext_jit.html | |
parent | 968725c4d57851f46d5aa51ad8db8880e323300b (diff) | |
download | luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.gz luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.tar.bz2 luajit-dfe84fd8c545b6f2da721e3f86f9b00f31711abd.zip |
PPC/e500: Drop support for this architecture.
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 ddc8337d..7be5c99f 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -153,7 +153,7 @@ Contains the target OS name: | |||
153 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 153 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
154 | <p> | 154 | <p> |
155 | Contains the target architecture name: | 155 | Contains the target architecture name: |
156 | "x86", "x64", "arm", "ppc", "ppcspe", or "mips". | 156 | "x86", "x64", "arm", "ppc", or "mips". |
157 | </p> | 157 | </p> |
158 | 158 | ||
159 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 159 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |