Commit Graph

16 Commits

Author SHA1 Message Date
Jonathan Campbell
affa499ce9 Use offsetof to ensure MMX union packing is as expected 2021-11-23 13:52:21 -08:00
Jonathan Campbell
b8ef06d410 Add WORD array to MMX union and static assertions to ensure data type packing is arranged as expected 2021-11-23 13:35:26 -08:00
Allofich
9294d450ec SVN r4412
Update copyright.
2021-03-06 21:18:08 +09:00
Emmanuel Gil Peyrot
d2b0cef2f5 Replace Bit64u with uint64_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
d1802fe5fa Replace Bit32s with int32_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
c0a106535e Replace Bit32u with uint32_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
9c64c99bab Replace Bit16s with int16_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
a431d81213 Replace Bit16u with uint16_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
7d6fefeaed Replace Bit8s with int8_t 2020-09-28 17:14:35 +02:00
Emmanuel Gil Peyrot
35f38f3ebe Replace Bit8u with uint8_t 2020-09-28 17:14:35 +02:00
rderooy
608a657b50 Update copyright year for dosbox and dosbox-x assets and update FSF address 2020-06-25 08:42:32 +02:00
Wengier
1743167d9e Update MMX code to new version (https://www.vogons.org/viewtopic.php?f=32&t=74877&p=868569) 2020-06-23 19:16:55 -04:00
Jonathan Campbell
1c3e1bf6db Disable MMX emulation if FPU emulation is disabled, since MMX registers are just aliases of the FPU registers, to avoid compile fail [https://github.com/joncampbell123/dosbox-x/issues/1388] 2020-02-23 19:28:24 -08:00
Allofich
d84a812743 SVN r4183 (second half)
Update year
2019-06-03 23:01:41 +09:00
Allofich
05619dd023 SVN r4183 (first half)
Update address of FSF
2019-06-03 22:54:46 +09:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00