<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src/lj_vmmath.c, branch temp-v3bp-syntax1</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2026-01-09T16:25:02+00:00</updated>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-01-09T16:25:02+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=2c110b7769bace93314f19977307054d44eb731e'/>
<id>urn:sha1:2c110b7769bace93314f19977307054d44eb731e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2026-01-09T16:18:03+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=6e69e4731437d6876b96e843804a6ef0a671ed25'/>
<id>urn:sha1:6e69e4731437d6876b96e843804a6ef0a671ed25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify Lua number to FFI integer conversions.</title>
<updated>2025-11-27T16:45:17+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-11-27T16:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f80b349d5490aa289b2925d297f3f3c618977570'/>
<id>urn:sha1:f80b349d5490aa289b2925d297f3f3c618977570</id>
<content type='text'>
Phew. #1411
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2025-01-13T15:15:19+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T15:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8358eb0cceb0aab0ba2872afa4a68ef391093d88'/>
<id>urn:sha1:8358eb0cceb0aab0ba2872afa4a68ef391093d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2025-01-13T14:59:10+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T14:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=e8236561d4f71d9fe9faeee4d24197ea3a2de601'/>
<id>urn:sha1:e8236561d4f71d9fe9faeee4d24197ea3a2de601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2023-08-20T19:33:37+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-20T19:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=ef587afb2cd7267c0defd04aa642593b76a6b23d'/>
<id>urn:sha1:ef587afb2cd7267c0defd04aa642593b76a6b23d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2023-08-20T19:25:30+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2023-08-20T19:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=158a284cc9c33ade9054df976018401e4996cfbd'/>
<id>urn:sha1:158a284cc9c33ade9054df976018401e4996cfbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2022-12-21T23:52:04+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2022-12-21T23:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=a04480e311f93d3ceb2f92549cad3fffa38250ef'/>
<id>urn:sha1:a04480e311f93d3ceb2f92549cad3fffa38250ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid negation of signed integers in C that may hold INT*_MIN.</title>
<updated>2022-12-21T23:03:06+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2022-12-21T23:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8a5e398c52c7f8ca3e1a0e574cc2ba38224b759b'/>
<id>urn:sha1:8a5e398c52c7f8ca3e1a0e574cc2ba38224b759b</id>
<content type='text'>
Reported by minoki.
Recent C compilers 'take advantage' of the undefined behavior.
This completely changes the meaning of expressions like (k == -k).
</content>
</entry>
<entry>
<title>Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.</title>
<updated>2022-12-07T17:38:22+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2022-12-07T17:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=de2e1ca9d3d87e74c0c20c1e4ad3c32b31a5875b'/>
<id>urn:sha1:de2e1ca9d3d87e74c0c20c1e4ad3c32b31a5875b</id>
<content type='text'>
See the discussion in #918 for the rationale.
</content>
</entry>
</feed>
