dosbox-staging:sp/vs-stat-fix-1

Last commit made on 2024-03-02
Get this branch:
git clone -b sp/vs-stat-fix-1 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
sp/vs-stat-fix-1
Repository:
lp:dosbox-staging

Recent commits

ff8b60b... by shermp <email address hidden>

Replace use of `stat` in imgmount

d04fafe... by FeralChild64 <email address hidden>

Update Polish (pl) translation

f445220... by altiereslima <email address hidden>

Update br.lng

df192de... by FeralChild64 <email address hidden>

Silence PVS Studio warnings in MMX code

8db5fac... by Kirk Klobe <email address hidden>

Improve MMX dynrec performance

The MMX instructions were causing extreme thrashing for core_dynrec, since none
of them were implemented and were being passed to core_normal. In most cases
this gives a 5-10x improvement.

4e1f1e2... by FeralChild64 <email address hidden>

Cleanup available CPU options

ddc25f7... by FeralChild64 <email address hidden>

Rename some CPU architecture type literals

b9ecbf7... by Kirk Klobe <email address hidden>

Use simde lib for MMX intrinsics

c862582... by FeralChild64 <email address hidden>

Import simde ('SIMD Everywhere') library

Co-authored-by: Evan Nemerson <email address hidden>

7973b5b... by FeralChild64 <email address hidden>

Enable MMX emulation by default