Skip to content

Conversation

@kin4stat
Copy link
Owner

No description provided.

defaultzone and others added 9 commits April 1, 2025 01:47
Signed-off-by: Dmitry Lyubimcev <dzone@danwin1210.de>
Some code uses the deprecated (and commented out since
xbyak@33882d0) `ALIGN_PAGE_SIZE` constant. The `xbyak`
library now uses the `Xbyak::inner::getPageSize()`
function as an alternative, which is defined as:

    inline size_t getPageSize()
    {
    #ifdef __GNUC__
	    static const long pageSize = sysconf(_SC_PAGESIZE);
	    if (pageSize > 0) {
		    return (size_t)pageSize;
	    }
    #endif

	    return 4096;
    }

Signed-off-by: Dmitry Lyubimcev <dzone@danwin1210.de>
Update `xbyak` submodule to the latest commit
Fix of many x86 and x86_64 problems and fpu & x87 registers context save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants