Anyone hosting #Virtualbox on #x86_64 architecture running #AlpineLinux willing to share installation tips?
Investigating Split Locks on x86-64

How bad are they, really? And how bad is the medicine?

Chips and Cheese
๐Ÿ‘พ Ah, the unbridled audacity of creating a "useful" x86-64 #ELF executable in a whole 301 bytes! Truly the pinnacle of modern computingโ€”if your goal is to impress no one and achieve nothing. ๐Ÿš€ Meanwhile, #GitHub continues its quest to overcomplicate everything with features that no one asked for. ๐Ÿ˜‚
https://github.com/meribold/btry #x86_64 #301bytes #overcomplication #modern_computing #HackerNews #ngated
GitHub - meribold/btry: Battery info program for x86-64 Linux laptops in 298 bytes of machine code

Battery info program for x86-64 Linux laptops in 298 bytes of machine code - meribold/btry

GitHub
GitHub - meribold/btry: Battery info program for x86-64 Linux laptops in 298 bytes of machine code

Battery info program for x86-64 Linux laptops in 298 bytes of machine code - meribold/btry

GitHub

Considering how efficient Apple A*/M* CPUs are, do you think x86 is dead? Or it's just Apple's optimization that makes them work so efficient?
I'm using an Intel 12th gen and I hope ARM CPUs (or #RiscV ๐Ÿ™ƒ ) will be available for Linux in the next few years.

#Apple #x86 #x86_64 #Mprocessors #m5 #macbook #macbookNeo

๐Ÿš€๐ŸŽ‰ #JSLinux now supports #x86_64, because running outdated operating systems in your #browser is exactly what everyone was asking for! ๐Ÿค”๐Ÿ‘Œ Experience the thrill of Alpine Linux and the #nostalgia of Windows 2000 in glorious console mode, because who needs modernity when you can have retro-tech headaches instead? ๐Ÿค“๐Ÿ”ง
https://bellard.org/jslinux/ #retro #computing #tech #innovation #HackerNews #ngated
JSLinux

JSLinux

#openSUSE Leap 16.0 public cloud images are now available for both #x86_64 and #Arm64. Launch it today via Compute Engine and deploy your workloads on a stable #Linux distribution. https://sysadmin-journal.com/opensuse-leap-16-0-is-now-available-on-google-cloud-platform/
openSUSE Leap 16.0 is now available on Google Cloud Platform

openSUSE Leap 16.0 is now available on Google Cloud Platform with x86_64 and Arm64 images. You can launch a Compute Engine instance by selecting openSUSE Leap 16.0 under Public images. The Cloud Observability Ops Agent is not yet supported.

SysAdmin Journal
https://godbolt.org/z/nn967Wdb9

Nova Lake is live on Godbolt. We are still early. I took the latest Clang/GCC trunk for a spin on Godbolt, and
-march=novalake is officially here.

If the rumors hold true, we are looking at the single biggest architectural jump in Intel's history.

With the arrival of Intel APX, the x86-64 ISA is finally getting the modernization it deserves. Several notable things are:

- 16 new GPRs (
%r16 - %r31).
- NDD (New Data Destination): 3-operand instructions help stop wasting cycles on
mov to preserve src/dst registers.
-
push2/pop2: Push and pop two registers at once.
-
jmpabs: 64-bit jumps.
- NF Suppression: Math ops without touching
%rflags.
-
ccmp: Conditional comparisons, branchless code.

Additionally, with the AVX10 support, Intel will officially restore AVX-512 capabilities to its consumer lineup for the first time since Tiger Lake in 2020.

Both P-core and E-core will support AVX-512.

#x86 #x86_64 #apx #llvm #clang #gcc

LLVM Bug: x86-64 inline assembly fails with "symbol is already defined" for local labels under optimization (-O1+)

When compiling x86-64 inline assembly that contains explicitly named local labels (e.g., `.Lcoro_resume_task_ret_addr`), Clang throws a "symbol is already defined" error if optimizations (-O1, -O2, -O3) are enabled. The exact same code compiles successfully at -O0 in Clang, and works perfectly across all optimization levels in GCC.

https://github.com/llvm/llvm-project/issues/181310

#llvm #x86_64 #x86

Bug: x86-64 inline assembly fails with "symbol is already defined" for local labels under optimization (-O1+) ยท Issue #181310 ยท llvm/llvm-project

Ammar Faizi - 2026-02-13 Summary When compiling x86-64 inline assembly that contains explicitly named local labels (e.g., .Lcoro_resume_task_ret_addr), Clang throws a "symbol is already defined" er...

GitHub