aex-emu:lion/svebit

Last commit made on 2022-08-29
Get this branch:
git clone -b lion/svebit https://git.launchpad.net/aex-emu

Branch merges

Branch information

Name:
lion/svebit
Repository:
lp:aex-emu

Recent commits

9ea66c8... by Stefanos Kornilios Mitsis Poiitidis

Hacky-hacky vixl simulator support; doesn't support f80 due to vixl limitations

bcb7e20... by lioncash <email address hidden>

VectorOps: Handle 256-bit VXor

afc5e8a... by lioncash <email address hidden>

VectorOps: Handle 256-bit VOr

4be6626... by lioncash <email address hidden>

VectorOps: Handle 256-bit VBic

5f2b6d6... by lioncash <email address hidden>

VectorOps: Handle 256-bit VAnd

d03b6a9... by FEX-Emu

Merge pull request #1942 from lioncash/zero

VectorOps: Extend VectorZero

df22e0c... by lioncash <email address hidden>

x86_64/JITClass: Add ToYMM helper

Will be used in subsequent changes to handle 256-bit operations in the
x86-64 backend

79a3bd7... by lioncash <email address hidden>

VectorOps: Handle 256-bit VectorZero

e6acdcc... by Stefanos Kornilios Mitsis Poiitidis <email address hidden>

Merge pull request #1940 from neobrain/refactor_1868_cleanups

Thunks: Minor cleanups for signature-based function pointer thunking

cd78984... by Tony Wasserka <email address hidden>

Thunks: Define _M_X86_64/_M_ARM_64 when invoking thunkgen

This avoids the need to provide a fallback definition for platform-specific
macros. The definitions are only added host-side, since only Host.h is
included in any interface files.