[cmake] fix compilation for Intel Atom N455 #2872

Open
Lizzie wants to merge 1 commit from intelatomcmakefix into master
Member

Patience is key when building from source on an Intel Atom N455.

Of course, no SSE4.1 is in an atom... which is so unfortunate :(
We only get SSSE3 - but CI handles for building better codegen doesn't it?

Signed-off-by: lizzie lizzie@eden-emu.dev

Patience is key when building from source on an Intel Atom N455. Of course, no SSE4.1 is in an atom... which is so unfortunate :( We only get SSSE3 - but CI handles for building better codegen doesn't it? Signed-off-by: lizzie <lizzie@eden-emu.dev>
[cmake] fix compilation for Intel Atom N455
Some checks failed
eden-license / license-header (pull_request) Successful in 31s
GitHub Actions [CI] Build failed
b24f4a5a18
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Lizzie force-pushed intelatomcmakefix from b24f4a5a18
Some checks failed
eden-license / license-header (pull_request) Successful in 31s
GitHub Actions [CI] Build failed
to 5e0d8669a2
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-10-29 03:25:28 +01:00
Compare
Member
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary Just for reference
Author
Member

@DraVee wrote in #2872 (comment):

https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary

Just for reference

stack boundary is fine but youre right

@DraVee wrote in https://git.eden-emu.dev/eden-emu/eden/pulls/2872#issuecomment-9012: > https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary > > Just for reference stack boundary is fine but youre right
Member

@Lizzie wrote in #2872 (comment):

@DraVee wrote in #2872 (comentário):

https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary
Just for reference

stack boundary is fine but youre right

Ooops, it was the topic below

@Lizzie wrote in https://git.eden-emu.dev/eden-emu/eden/pulls/2872#issuecomment-9014: > @DraVee wrote in #2872 (comentário): > > > https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary > > Just for reference > > stack boundary is fine but youre right Ooops, it was the topic below
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
Required
Details
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin intelatomcmakefix:intelatomcmakefix
git switch intelatomcmakefix
Sign in to join this conversation.
No description provided.