peja, to linuxphones Serbian
@peja@mastodon.social avatar

I’ll show you mine, you show me yours...

image/png
image/png

craftyguy,
@craftyguy@freeradical.zone avatar
Linux, to firefox
@Linux@linuxrocks.online avatar

:firefox: Feedback for Firefox Nightly ARM64 (AArch64) binaries on Linux asked :linux:

Firefox has x86 32-bit / x86_64 binaries but any ARM64 for Linux have been left out until now by Mozilla!

Binaries from the website ►https://www.mozilla.org/en-US/firefox/all/-desktop-nightly

sel4, to random
@sel4@fosstodon.org avatar

We're extremely pleased to announce a major milestone in the history of seL4: The proof of functional correctness for the 64-bit Arm architecture (AArch64) is complete!
Congratulations Proofcraft on this awesome achievement!
We're immensely grateful to UK's National Cyber Security Centre for for funding this work, which is of great importance to the seL4 ecosystem.
You now no longer have to chose between a verified kernel and a modern processor, you can have both 😁
https://sel4.systems/news/#aarch64-fc

jloc0, to random
@jloc0@mastodon.social avatar

I also refreshed what I’m calling the “pkg_dump” of package builds yesterday. There’s a shit-ton of stuff there, like a full gnome 46 desktop, and the latest Firefox 125.0.1, MAME, i3, sway, hyprland, etc. https://slackware.lngn.net/pub/aarch64/pkg_dump/

empire, to NixOS
@empire@fosstodon.org avatar

It seems that on (unstable), there are (currently) no premade builds of on the cache server for . Unfortunately, on my , the integrated 64GB MMC simply isn't big enough to build it from source, even on a fresh vanilla installation! :blobcatnotlikethis:

linmob, to linuxphones
@linmob@fosstodon.org avatar
mattst88, to random
@mattst88@fosstodon.org avatar

Weird debugging mystery. On an ARM system, I saw a few packages failing to build with a strange error:

> 1 {standard input}: Assembler messages:
> 1285 {standard input}:3629: Error: garbage following instruction -- `vmov.f64 d0,#6.:e+0'

I started seeing this after updating the system, which also updated gcc. I suspected a gcc regression, so I filed https://bugs.gentoo.org/923154 in Gentoo's bugzilla.

I found that the previous version of gcc didn't have this problem. Should be able to bisect..

mattst88,
@mattst88@fosstodon.org avatar

I also tried and couldn't reproduce the failure in a 32-bit chroot on 's development machine, so I was stuck doing all the debugging (and loooooong builds) on my very slow single-core 800MHz Solid Run .

Diff'ing the assembly output between the working and non-working gcc versions I saw:

> - vmov.f64 d0, #6.:e+0
> + vmov.f64 d0, #7.0e+0

Naturally, binutils' assembler fails to recognize "6.:e+0" as a floating-point constant. Where is the ":" coming from?

9to5linux, to opensource
@9to5linux@floss.social avatar

7.0 “Dijkstra” Open-Source Multimedia Framework Released with Important Optimizations for HEVC, Dolby Vision Profile 10 Support in AV1, and More https://9to5linux.com/ffmpeg-7-0-dijkstra-released-with-important-aarch64-optimizations-for-hevc

jloc0, to random
@jloc0@mastodon.social avatar

Updated the repo earlier with the python 3.11 upgrades, as well as pushed all the other updates needed in other repos. NOW I can focus on real updates like hyprland and updating the WebKit-gtk package and deps. Wee! https://slackware.lngn.net/

grindhold, (edited ) to NixOS
@grindhold@chaos.social avatar

wer unseren experimentellen fediverse- unter / auf dem einsetzen möchte kann das nun tun. die flake unterstützt jetzt auch :)

https://codeberg.org/flohmarkt/flohmarkt

jloc0, to random
@jloc0@mastodon.social avatar

I had pushed the updated 24.2.1.2 package earlier today. Get it from the repo if you’d like or not ;) https://slackware.lngn.net/pub/aarch64/slackwareaarch64-current/libreoffice/

fclc, to hpc
@fclc@mast.hpc.social avatar

This is an @dougall appreciation post, his SVE instruction visualizer is great https://dougallj.github.io/asil/

TehPenguin, to rust
@TehPenguin@hachyderm.io avatar

The next piece of Arm64ec for was just put in place, just in time for the 18 fork: https://github.com/llvm/llvm-project/pull/79067

jloc0, to random
@jloc0@mastodon.social avatar

I've put online my QT6 build AND I've started a little temporary repo for . Since it's currently having major lag from the x86 Slackware, and there's been a ton of security updates the past week, I've built ALL the updates so users can be as secure as their Intel brethren. Leech the packages or add to slackpkg+ and let it do the talking here: https://slackware.lngn.net/pub/aarch64/slkupdiff/
QT6-6.6.1 is sitting all alone in https://slackware.lngn.net/pub/aarch64/

omenos, to random
@omenos@fosstodon.org avatar

Back to work on packaging @hare for @fedora, let's see how much I can bang out in a few hours. The resulting artifacts are going to be fairly simple, but not particularly packager friendly. That's a day-2 project.

omenos,
@omenos@fosstodon.org avatar

@hare @fedora @centos Hot off the press, any volunteers willing to test out the latest #harelang toolchain build from my COPR? It provides #x86_64 and #aarch64 builds for #F38, #F39, and #EPEL9.

$ dnf copr enable mroche/hare
$ dnf install hare

Some other changes:

  • New cross-compile meta packages for #GNU and #LLVM dependencies.
  • I've created a convenience script, harex, to switch to non-GNU toolsets. Just set HARE_XCOMPILE_TOOLCHAIN to "llvm". User specified env vars will still be respected.
chandlerc, to llvm
@chandlerc@hachyderm.io avatar

Is there a good reason targeting doesn't seem to fold shifts into operands when it would require shifting in multiple operands?

I'm seeing lots of:

lsr xN, xN, #7  
and x?, x?, xN  
...  
and x?, x?, xN  

With no other uses of xN.

Is there a reason to prefer this over:

and x?, x?, xN, lsr #7  
...  
and x?, x?, xN, lsr #7  

While "duplicated", it seems like it would save an instruction at least in decode?

jloc0, to random
@jloc0@mastodon.social avatar

Alright, I’ll do something productive since I took the day off work. Building libreoffice 7.6.3.2 for and I’ll push the updates I’m sitting on for once I check and ensure I didn’t break any packages.

usul, to fedora French
@usul@piaille.fr avatar

Chapter 33. Crosscompiling NetBSD with build.sh
https://www.netbsd.org/docs/guide/en/chap-build.html

I just cross compiled a kernel on my amd64 running .
Build.sh is nice.

governa, to random
@governa@fosstodon.org avatar
petaramesh, to linux French
@petaramesh@piaille.fr avatar

Grâce à @sebsauvage j'ai avec enfin un client pour qui fonctionne à la perfection sous et ça, ça change carrément la vie de mon , et la mienne 😁😁😁👌❤️

Synchro bidirectionnelle, montage de VFS sur le cloud, tout y est 😁

(Comment est-ce que je ne savais pas que ce truc existait ?)

https://rclone.org/

solicitor, to RaspberryPi
@solicitor@mastodon.social avatar

I installed on my 4 (4 GB ). The system is semi-polished with some rough edges. The only package format that runs on is unfortunately , neither nor support based . The overall experience is good and I wish the all the best in their endeavour to improve the in future.

solicitor,
@solicitor@mastodon.social avatar

@Tekchip thanks for sharing your experience with and support. Honestly, It didn't work with me. was the only option available to me. I will try to give flatpak another shot.

BenjaminHCCarr, to thinkpad
@BenjaminHCCarr@hachyderm.io avatar

23.08 Released With Work-In-Progress X13s Support, New
Adding of -powered as a work-in-progress board supported by the project. The ThinkPad X13s has been seeing ongoing improvements to the upstream kernel and interest from various projects for being a capable laptop
https://www.phoronix.com/news/Armbian-23.08-Released

armbian, to embedded

We’re excited to announce new release of Armbian, v23.08, codename Colobus. Check what's new https://armbian.com/newsflash/armbian-23-8/ #release #upgrade #features #fixes #aarch64 #armhf #amd64 #riscv64 #embedded #linux #armbian #debian #ubuntu #yocto #buildroot #infosec

itnewsbot, to random
@itnewsbot@schleuss.online avatar

Emulating x86 on Apple’s AARCH64 x64 Emulator - You might know [Evan Martin] as the developer of retrowin32. It’s a Windows and x8... - https://hackaday.com/2023/08/31/emulating-x86-on-apples-aarch64-x64-emulator/ #aarch64 #x86-64 #x86_64 #arm #x64 #x86

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • rosin
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • everett
  • slotface
  • osvaldo12
  • khanakhh
  • kavyap
  • anitta
  • Durango
  • vwfavf
  • GTA5RPClips
  • cubers
  • tacticalgear
  • tester
  • cisconetworking
  • ngwrru68w68
  • Leos
  • normalnudes
  • provamag3
  • modclub
  • JUstTest
  • All magazines