Vue normale

Reçu hier — 6 septembre 2026 Actualités numériques

LLVM Developers Discuss Enabling ClangIR Build By Default

6 septembre 2026 à 10:43
ClangIR has been in development for a number of years now as a new intermediate representation for the Clang compiler. ClangIR makes use of MLIR and is higher-level than LLVM IR. With ClangIR able to preserve more C/C++ source semantics, its usage can lead to better diagnostics, code/static analysis, and more performance optimizations compared to everything lowered straight away from AST to LLVM IR. While not enabling its usage by default, LLVM stakeholders are discussing at least now building it by default...
Reçu — 5 septembre 2026 Actualités numériques

Linux Patches Posted For Initial Enablement Of The Apple A18 Pro + MacBook Neo

5 septembre 2026 à 11:11
In addition to Linux developers focused on Apple Silicon being busy enabling functionality for the M3 and newer SoCs under the Linux kernel, there are also developers working on enabling the A18 Pro SoC used by the new, budget-friendly MacBook Neo laptop. Patches were posted this week for initial enablement of the A18 Pro and the MacBook Neo Device Tree... But even with these patches, the Linux support is still severely limited for now...
Reçu — 4 septembre 2026 Actualités numériques

Amazon Linux 2027 Shows Off Nice Performance Gains On AMD EPYC In The AWS Cloud

4 septembre 2026 à 15:33
Yesterday AWS announced the public preview of Amazon Linux 2027 as their successor to the current Amazon Linux 2023 in-house distribution. With all the software upgrades and improvements like building packages now with link-time optimizations (LTO), enforcing x86-64-v3 builds, and other changes, I was eager to run some performance benchmarks of Amazon Linux 2023 vs. Amazon Linux 2027 in the EC2 cloud.

NetworkManager Works To Enforce AI Policy By Tricking AI Agents To Add A Canary

4 septembre 2026 à 14:52
Last month the NetworkManager project adopted an AI coding policy where authors are responsible for 100% of the code they submit and must be able to explain it all. In an attempt to catch AI coding agents that may be trying to bypass their policy, they have added an interesting canary to the project to try to catch such AI-generated patches so they can then be automatically dealt with...

PoCL 7.2 Released With Official OpenCL 3.0 Conformance On RISC-V & x86_64 CPUs

4 septembre 2026 à 14:33
The Portable Computing Language project is out today with PoCL 7.2 as this portable, MIT-licensed OpenCL implementation that runs across various CPU architectures as well as targeting other GPUs/hardware with LLVM back-ends. Notable with PoCL 7.2 is bringing official OpenCL 3.0 conformance on x86_64 and RISC-V processors...
❌