You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hand rolling memcpy like this is always frowned upon because the compiler has more insight on whats going on (plus the code resolves to a worse version of itself on assembly). This removes some branches that are just straight up redundant. May save stuff especially for systems without fastmem enabled.
For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.
macOS
macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pull request build #2639
Commit:
90fb16706cMerge base:
1d869e8495(Master Build)
Changelog
Hand rolling memcpy like this is always frowned upon because the compiler has more insight on whats going on (plus the code resolves to a worse version of itself on assembly). This removes some branches that are just straight up redundant. May save stuff especially for systems without fastmem enabled.
Signed-off-by: lizzie [email protected]
Linux
Linux packages are distributed via AppImage.
Debian/Ubuntu
Debian/Ubuntu targets are
.debfiles, which can be installed viasudo dpkg -i <package>.deb.Windows
Windows packages are in-place zip files. Setup files are soon to come.
Note that arm64 builds are experimental.
Android
macOS
macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.
Source
Contains all source code, submodules, and CPM cache at the time of release.
This can be extracted with
tar xf Eden-Source-2639-90fb16706c.tar.zst.This discussion was created from the release [core] use memcpy instead of hand rolling aligned cases.
Beta Was this translation helpful? Give feedback.
All reactions