[cmake] fix compilation for Intel Atom N455 #2872
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!2872
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "intelatomcmakefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
b24f4a5a185e0d8669a2https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html#index-mincoming-stack-boundary
Just for reference
@DraVee wrote in #2872 (comment):
stack boundary is fine but youre right
@Lizzie wrote in #2872 (comment):
Ooops, it was the topic below
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.