VFPU: Some micro-optimizations. Don't fall back to interpreter path for vexp/vlog/vrexp.

This commit is contained in:
Henrik Rydgård 2023-06-04 10:09:20 +02:00
parent 27b8d27efc
commit 9db9fec898
6 changed files with 65 additions and 59 deletions

View file

@ -87,6 +87,7 @@
#define MOUSEEVENTF_FROMTOUCH_NOPEN 0xFF515780 //http://msdn.microsoft.com/en-us/library/windows/desktop/ms703320(v=vs.85).aspx
#define MOUSEEVENTF_MASK_PLUS_PENTOUCH 0xFFFFFF80
// See https://github.com/unknownbrackets/verysleepy/commit/fc1b1b3bd6081fae3566cdb542d896e413238b71
int verysleepy__useSendMessage = 1;
const UINT WM_VERYSLEEPY_MSG = WM_APP + 0x3117;