# Processors

Published articles for Processors.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## AMD Sends Out Linux Patches For Enabling SEV-TIO TDISP With PCIe 6.0

DevFeed: [AMD Sends Out Linux Patches For Enabling SEV-TIO TDISP With PCIe 6.0](<https://devfeed.tech/articles/amd-sends-out-linux-patches-for-enabling-sev-tio-tdisp-with-pcie-6-0-31406.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/AMD-SEV-TIO-TDISP-Linux-Patches>)

Author: Michael Larabel

Published: 2026-09-16T13:02:52Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Linux Kernel](<https://devfeed.tech/topics/linux-kernel.md>), [pcie](<https://devfeed.tech/topics/pcie.md>), [trusted-execution-environment](<https://devfeed.tech/topics/trusted-execution-environment.md>), [Confidential Computing](<https://devfeed.tech/topics/confidential-computing.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Security](<https://devfeed.tech/topics/security.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [MERN](<https://devfeed.tech/topics/mern.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [arm](<https://devfeed.tech/tags/arm.md>), [attestation](<https://devfeed.tech/tags/attestation.md>), [confidential-computing](<https://devfeed.tech/tags/confidential-computing.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-kernel](<https://devfeed.tech/tags/linux-kernel.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [pcie](<https://devfeed.tech/tags/pcie.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [processors](<https://devfeed.tech/tags/processors.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [security](<https://devfeed.tech/tags/security.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

AMD submitted 17 Linux kernel patches to enable SEV-TIO TDISP for PCIe 6.0 and newer. The work is intended to secure direct I/O device assignment for confidential-computing environments, including AMD Secure Encrypted Virtualization guest VMs, and includes a common TEE Security Manager developed with Intel, Arm, and RISC-V.

### Source excerpt

The newest Linux kernel patches out of AMD for enhancing the upstream support with the new AMD EPYC 9006 "Venice" processors is for enabling SEV-TIO TDISP that is supported with PCI Express 6.0 and beyond...

## Subnormal floating-point numbers are expensive... on Intel processors

DevFeed: [Subnormal floating-point numbers are expensive... on Intel processors](<https://devfeed.tech/articles/subnormal-floating-point-numbers-are-expensive-on-intel-processors-29431.md>)

Original publisher: [Read original article](<https://lemire.me/blog/2026/09/15/subnormal-floating-point-numbers-are-expensive-on-intel-processors/>)

Author: Daniel Lemire

Published: 2026-09-15T12:54:32Z

Content type: article

Language: en

Sources: [Daniel Lemire](<https://devfeed.tech/sources/daniel-lemire.md>)

Topics: [floating-point](<https://devfeed.tech/topics/floating-point.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [intel](<https://devfeed.tech/topics/intel.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Cache](<https://devfeed.tech/topics/cache.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [floating-point](<https://devfeed.tech/tags/floating-point.md>), [intel](<https://devfeed.tech/tags/intel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [numbers](<https://devfeed.tech/tags/numbers.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processors](<https://devfeed.tech/tags/processors.md>)

### AI overview

This article benchmarks the performance cost of IEEE subnormal floating-point values across Intel, AMD, Arm, and Apple processors. It reports that Intel multiplications involving subnormals can be about 45 to 50 times slower than normal multiplications, while additions and subtractions remain at full speed. AMD Zen 5 performs much better in the tested workloads.

### Source excerpt

We represent floating-point numbers using the IEEE standard. For very small numbers, the standard uses special subnormal numbers. Unfortunately, they have a reputation of making operations slow. Thus video game programmers and machine learning specialists sometimes avoid computing with subnormal numbers for performance. How slow are they? Let me measure. I wrote a small C++ ... Continue reading Subnormal floating-point numbers are expensive... on Intel processors

## Linux Patch Coming To Fix Under-Reported AMD Zen 5 TLB Sizes

DevFeed: [Linux Patch Coming To Fix Under-Reported AMD Zen 5 TLB Sizes](<https://devfeed.tech/articles/linux-patch-coming-to-fix-under-reported-amd-zen-5-tlb-sizes-26762.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/Linux-Fix-AMD-Zen-5-TLB-Sizes>)

Author: Michael Larabel

Published: 2026-09-15T10:05:51Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [x86](<https://devfeed.tech/topics/x86.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [issue](<https://devfeed.tech/tags/issue.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-kernel](<https://devfeed.tech/tags/linux-kernel.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [processors](<https://devfeed.tech/tags/processors.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

A Linux kernel patch corrects under-reported Translation Lookaside Buffer sizes for AMD Zen 5 EPYC and Ryzen processors. The change also supports Zen 6 and future AMD CPUs using the same reporting bit.

### Source excerpt

A minor reporting issue on Linux that has gone unaddressed until now is for properly conveying the Translation Lookaside Buffer (TLB) sizes on AMD Zen 5 processors...

## AMD Preparing Linux For Enhanced SMT Protection "ESMTP" For EPYC VMs

DevFeed: [AMD Preparing Linux For Enhanced SMT Protection "ESMTP" For EPYC VMs](<https://devfeed.tech/articles/amd-preparing-linux-for-enhanced-smt-protection-esmtp-for-epyc-vms-17440.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/AMD-Enhanced-SMT-Protection>)

Author: Michael Larabel

Published: 2026-09-14T18:03:38Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Security](<https://devfeed.tech/topics/security.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Server](<https://devfeed.tech/topics/server.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [performance](<https://devfeed.tech/tags/performance.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [processors](<https://devfeed.tech/tags/processors.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>)

### AI overview

AMD engineers are preparing Linux kernel support for Enhanced SMT Protection (ESMTP), a hardware-enforced security feature for EPYC virtual machines using SEV-SNP. ESMTP restricts simultaneous multithreading sibling threads to trusted vCPUs from the same guest or idle host threads, reducing side-channel risks from untrusted host or guest workloads. Support is also needed in QEMU and OVMF, and the feature is opt-in because it has a performance cost.

### Source excerpt

AMD engineers today sent out patches on the Linux kernel mailing list for beginning to enable Enhanced SMT Protection "ESMTP" for better security with virtual machines running atop EPYC server processors with SEV-SNP...

## Infineon RISC-V for Automotive at Hot Chips 2026

DevFeed: [Infineon RISC-V for Automotive at Hot Chips 2026](<https://devfeed.tech/articles/infineon-risc-v-for-automotive-at-hot-chips-2026-14009.md>)

Original publisher: [Read original article](<https://www.servethehome.com/infineon-risc-v-for-automotive-at-hot-chips-2026/>)

Author: Vic A

Published: 2026-09-13T21:58:44Z

Content type: article

Language: en

Sources: [ServeTheHome](<https://devfeed.tech/sources/servethehome.md>)

Topics: [RISC-V](<https://devfeed.tech/topics/riscv.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>), [IO](<https://devfeed.tech/topics/io.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [automotive](<https://devfeed.tech/tags/automotive.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [infineon](<https://devfeed.tech/tags/infineon.md>), [latency](<https://devfeed.tech/tags/latency.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [performance](<https://devfeed.tech/tags/performance.md>), [posix](<https://devfeed.tech/tags/posix.md>), [processors](<https://devfeed.tech/tags/processors.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [risc-v](<https://devfeed.tech/tags/risc-v.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Infineon presents RISC-V automotive processors for next-generation vehicle architectures. The article covers real-time control, low latency, power efficiency, security, zone controllers, central car computers, and heterogeneous workloads including DSP, AI inference, audio, and POSIX-based services.

### Source excerpt

At Hot Chips 2026, Infineon presented a case for using RISC-V in various automotive processors in next-generation cars The post Infineon RISC-V for Automotive at Hot Chips 2026 appeared first on ServeTheHome.

## New Cache Aware Scheduling Fixes Out For Testing

DevFeed: [New Cache Aware Scheduling Fixes Out For Testing](<https://devfeed.tech/articles/new-cache-aware-scheduling-fixes-out-for-testing-12398.md>)

Original publisher: [Read original article](<https://www.phoronix.com/news/Cache-Aware-Scheduling-4-Patch>)

Author: Michael Larabel

Published: 2026-09-11T18:00:14Z

Content type: news

Language: en

Sources: [Phoronix](<https://devfeed.tech/sources/phoronix.md>)

Topics: [Cache](<https://devfeed.tech/topics/cache.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [intel](<https://devfeed.tech/topics/intel.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [desktop-linux](<https://devfeed.tech/tags/desktop-linux.md>), [feature](<https://devfeed.tech/tags/feature.md>), [intel](<https://devfeed.tech/tags/intel.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-benchmarking](<https://devfeed.tech/tags/linux-benchmarking.md>), [linux-hardware-benchmarks](<https://devfeed.tech/tags/linux-hardware-benchmarks.md>), [linux-hardware-reviews](<https://devfeed.tech/tags/linux-hardware-reviews.md>), [linux-how-to](<https://devfeed.tech/tags/linux-how-to.md>), [linux-performance](<https://devfeed.tech/tags/linux-performance.md>), [linux-server-benchmarks](<https://devfeed.tech/tags/linux-server-benchmarks.md>), [open-source-graphics](<https://devfeed.tech/tags/open-source-graphics.md>), [phoronix](<https://devfeed.tech/tags/phoronix.md>), [phoronix-test-suite](<https://devfeed.tech/tags/phoronix-test-suite.md>), [processors](<https://devfeed.tech/tags/processors.md>), [series](<https://devfeed.tech/tags/series.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ubuntu-benchmarks](<https://devfeed.tech/tags/ubuntu-benchmarks.md>), [ubuntu-hardware](<https://devfeed.tech/tags/ubuntu-hardware.md>)

### AI overview

New fixes to Linux kernel Cache Aware Scheduling are available for testing on Intel hybrid CPUs. The patches address tasks being stranded or moved away from their preferred last-level cache, along with a use-after-free issue, while known interference with Intel Turbo Boost Max Technology remains unresolved.

### Source excerpt

Since being merged back during the Linux 7.2 cycle, the Cache Aware Scheduling code continues seeing more fixes as users test out this scheduling enhancement on different processors and system configurations...

## ASUS Pro WS W890E-SAGE SE Motherboard Review

DevFeed: [ASUS Pro WS W890E-SAGE SE Motherboard Review](<https://devfeed.tech/articles/asus-pro-ws-w890e-sage-se-motherboard-review-14007.md>)

Original publisher: [Read original article](<https://www.servethehome.com/asus-pro-ws-w890e-sage-se-motherboard-review/>)

Author: Ryan Smith

Published: 2026-09-11T17:00:36Z

Content type: article

Language: en

Sources: [ServeTheHome](<https://devfeed.tech/sources/servethehome.md>)

Topics: [Hardware](<https://devfeed.tech/topics/hardware.md>), [intel](<https://devfeed.tech/topics/intel.md>)

Tags: [10gbe](<https://devfeed.tech/tags/10gbe.md>), [asus](<https://devfeed.tech/tags/asus.md>), [e610](<https://devfeed.tech/tags/e610.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [intel](<https://devfeed.tech/tags/intel.md>), [motherboard](<https://devfeed.tech/tags/motherboard.md>), [processors](<https://devfeed.tech/tags/processors.md>), [review](<https://devfeed.tech/tags/review.md>), [workstation](<https://devfeed.tech/tags/workstation.md>), [workstation-motherboards](<https://devfeed.tech/tags/workstation-motherboards.md>), [xeon-600](<https://devfeed.tech/tags/xeon-600.md>)

### AI overview

A review of ASUS's Pro WS W890E-SAGE SE, a premium workstation motherboard for Intel's Xeon 600 platform. It examines the board's support for the W890 chipset, eight-channel memory, extensive I/O, BMC functionality, and overclocking features.

### Source excerpt

Today we are taking a look at ASUS's premium motherboard for the new Xeon 600 workstation platform, the Pro WS W890E-SAGE SE. A showcase for the platform, the SAGE SE supports Xeon 600's full capabilities, while looking to appeal to both businesses and enthusiasts alike The post ASUS Pro WS W890E-SAGE SE Motherboard Review appeared first on ServeTheHome.

## IBM Quantum System Two Heads to Switzerland: 120-Qubit Nighthawk r2 at CSCS by End of 2026

DevFeed: [IBM Quantum System Two Heads to Switzerland: 120-Qubit Nighthawk r2 at CSCS by End of 2026](<https://devfeed.tech/articles/ibm-quantum-system-two-heads-to-switzerland-120-qubit-nighthawk-r2-at-cscs-by-end-of-2026-12365.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/ibm-quantum-system-two-heads-to-switzerland-120-qubit-nighthawk-r2-at-cscs-by-end-of-2026>)

Author: Harold Fritts

Published: 2026-09-11T16:25:47Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [ibm](<https://devfeed.tech/topics/ibm.md>), [Quantum Computing](<https://devfeed.tech/topics/quantum-computing.md>), [Supercomputing](<https://devfeed.tech/topics/supercomputing.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Simulation and Design](<https://devfeed.tech/topics/simulation-and-design.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [amd](<https://devfeed.tech/tags/amd.md>), [chemistry](<https://devfeed.tech/tags/chemistry.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [core](<https://devfeed.tech/tags/core.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [hub](<https://devfeed.tech/tags/hub.md>), [ibm](<https://devfeed.tech/tags/ibm.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [manufacturing](<https://devfeed.tech/tags/manufacturing.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [processors](<https://devfeed.tech/tags/processors.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quantum-computing](<https://devfeed.tech/tags/quantum-computing.md>), [science](<https://devfeed.tech/tags/science.md>), [simulation](<https://devfeed.tech/tags/simulation.md>), [supercomputing](<https://devfeed.tech/tags/supercomputing.md>)

### AI overview

IBM and Lockheed Martin are establishing a quantum innovation hub at ETH Zurich, centered on an IBM Quantum System Two planned for installation at the Swiss National Supercomputing Centre by the end of 2026. The system will use IBM's 120-qubit Nighthawk r2 processor and support research in areas including chemistry, materials science, optimization, and financial services.

### Source excerpt

IBM and Lockheed Martin are setting up a quantum innovation hub at ETH Zurich, and its core is Switzerland's first IBM Quantum System Two, to be installed at the Swiss National Supercomputing Centre (CSCS) in Lugano by the end of 2026. The hub comes out of an offset agreement with armasuisse, Switzerland's Federal Office for The post IBM Quantum System Two Heads to Switzerland: 120-Qubit Nighthawk r2 at CSCS by End of 2026 appeared first on StorageReview.com.

## Arm CSS for Mobile 2 "AI-Native" platform: Arm C2-Ultra and C2-Pro CPU cores, Mali G2-Ultra NX GPU

DevFeed: [Arm CSS for Mobile 2 "AI-Native" platform: Arm C2-Ultra and C2-Pro CPU cores, Mali G2-Ultra NX GPU](<https://devfeed.tech/articles/arm-css-for-mobile-2-ai-native-platform-arm-c2-ultra-and-c2-pro-cpu-cores-mali-g2-ultra-nx-gpu-14033.md>)

Original publisher: [Read original article](<https://www.cnx-software.com/2026/09/08/arm-css-for-mobile-2-ai-native-platform-arm-c2-ultra-and-c2-pro-cpu-cores-mali-g2-ultra-nx-gpu/>)

Author: Jean-Luc Aufranc (CNXSoft)

Published: 2026-09-08T02:52:39Z

Content type: article

Language: en

Sources: [CNX Software - Embedded Systems News](<https://devfeed.tech/sources/cnx-software-embedded-systems-news.md>)

Topics: [Arm](<https://devfeed.tech/topics/arm.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [arm](<https://devfeed.tech/tags/arm.md>), [armv9](<https://devfeed.tech/tags/armv9.md>), [artificial-intelligence-ai](<https://devfeed.tech/tags/artificial-intelligence-ai.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [laptop](<https://devfeed.tech/tags/laptop.md>), [processors](<https://devfeed.tech/tags/processors.md>), [smartphone](<https://devfeed.tech/tags/smartphone.md>)

### AI overview

Arm introduced the CSS for Mobile 2 platform, combining C2-Ultra and C2-Pro CPUs with SME2 units and the Mali G2-Ultra NX GPU with dedicated neural accelerators. The article covers their specifications and Arm's claimed performance improvements over the previous C1 generation.

### Source excerpt

Arm has introduced the CSS for Mobile 2 platform as an AI-native compute foundation comprised of the Arm C2-Ultra and C2-Pro CPUs with SME2 (Scalable Matrix Extension 2) units and the Mali G2-Ultra NX GPU with dedicated neural accelerators that enable neural graphics to run natively on the GPU. Arm C2-Ultra and C2-Pro CPUs Arm C2-Ultra specifications: Architecture - Armv9.3-A Extensions Armv9.4-A (Some key features) SME2 Extensions SVE2 Extensions Cryptography Extensions RAS Extensions ISA support - AArch64 Microarchitecture Pipeline - Out-of-order Superscalar Neon and SVE2 Optional Cryptography Unit Up to 14x CPUs in cluster 40-bit Physical Addressing Memory System and External Interfaces 64KB (I-Cache), 128KB (D-Cache) 2MB or 3MB L2 Cache Optional, 256KB to 32MB L3 Cache ECC Support Bus interfaces - AMBA AXI5 or CHI.E Optional ACP Optional Peripheral Port Security - TrustZone, Secure-EL2 Interrupts - GIC interface, GICv4.1 PMU - PMUv3 CoreSight - CoreSightv3 Embedded Trace Extension - [...] The post Arm CSS for Mobile 2 "AI-Native" platform: Arm C2-Ultra and C2-Pro CPU cores, Mali G2-Ultra NX GPU appeared first on CNX Software - Embedded Systems News.

## Artery AT32F406 and AT32F408 Cortex-M4F MCUs feature optional high-speed USB OTG PHY

DevFeed: [Artery AT32F406 and AT32F408 Cortex-M4F MCUs feature optional high-speed USB OTG PHY](<https://devfeed.tech/articles/artery-at32f406-and-at32f408-cortex-m4f-mcus-feature-optional-high-speed-usb-otg-phy-14022.md>)

Original publisher: [Read original article](<https://www.cnx-software.com/2026/09/03/artery-at32f406-and-at32f408-cortex-m4f-mcus-feature-optional-high-speed-usb-otg-phy/>)

Author: Debashis Das

Published: 2026-09-03T09:40:39Z

Content type: news

Language: en

Sources: [CNX Software - Embedded Systems News](<https://devfeed.tech/sources/cnx-software-embedded-systems-news.md>)

Topics: [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Arm](<https://devfeed.tech/topics/arm.md>), [USB](<https://devfeed.tech/topics/usb.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [arm](<https://devfeed.tech/tags/arm.md>), [boot](<https://devfeed.tech/tags/boot.md>), [bootloader](<https://devfeed.tech/tags/bootloader.md>), [c-c-plus-plus](<https://devfeed.tech/tags/c-c-plus-plus.md>), [cortex-m4](<https://devfeed.tech/tags/cortex-m4.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [development-board](<https://devfeed.tech/tags/development-board.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [industrial](<https://devfeed.tech/tags/industrial.md>), [iot](<https://devfeed.tech/tags/iot.md>), [mcu](<https://devfeed.tech/tags/mcu.md>), [microcontrollers](<https://devfeed.tech/tags/microcontrollers.md>), [processors](<https://devfeed.tech/tags/processors.md>), [specifications](<https://devfeed.tech/tags/specifications.md>), [usb](<https://devfeed.tech/tags/usb.md>)

### AI overview

The article describes Artery Technology's AT32F406 and AT32F408 Arm Cortex-M4F microcontrollers, which run at up to 216 MHz. The AT32F408 adds USB 2.0 OTG High-Speed support with an integrated PHY, while both devices provide DSP and floating-point capabilities, configurable memory options, QSPI, and a range of digital and analog peripherals.

### Source excerpt

Artery Technology AT32F406 and AT32F408 are two new Arm Cortex-M4F MCUs running at up to 216 MHz, with the F408 adding USB OTG High-Speed and an integrated PHY for industrial automation, IoT, USB accessories, and gaming peripherals. The AT32F406/F408 series both offer DSP instructions and a floating-point unit (FPU), integrate up to 512 KB Flash and 192 KB SRAM, and a 4 KB OTP memory for critical data and parameters. The microcontrollers also offer a QSPI interface for external Flash or RAM expansion, and a range of digital and analog peripheral interfaces. Artery AT32F406/AT32F408 specifications: MCU - 32-bit Arm Cortex-M4F CPU up to 216 MHz; also features Memory Protection Unit (MPU) and DSP instructions Memory/Storage 128 KB to 192 KB SRAM 256 KB to 512 KB Flash memory 26 KB boot memory (configurable as a bootloader or general instruction/data memory) 4 KB OTP (one-time programmable) memory QSPI interface for external SPI [...] The post Artery AT32F406 and AT32F408 Cortex-M4F MCUs feature optional high-speed USB OTG PHY appeared first on CNX Software - Embedded Systems News.

## AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances

DevFeed: [AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances](<https://devfeed.tech/articles/aws-launches-graviton5-based-ec2-r9g-and-r9gd-memory-optimized-instances-12359.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/aws-launches-graviton5-based-ec2-r9g-and-r9gd-memory-optimized-instances>)

Author: Harold Fritts

Published: 2026-09-01T18:42:59Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Arm](<https://devfeed.tech/topics/arm.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Nitro System](<https://devfeed.tech/topics/nitro-system.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Nitro Isolation Engine](<https://devfeed.tech/topics/nitro-isolation-engine.md>), [Database](<https://devfeed.tech/topics/database.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Formal verification](<https://devfeed.tech/topics/formal-verification.md>)

Tags: [amazon-ec2](<https://devfeed.tech/tags/amazon-ec2.md>), [amazon-eks](<https://devfeed.tech/tags/amazon-eks.md>), [arm](<https://devfeed.tech/tags/arm.md>), [aws](<https://devfeed.tech/tags/aws.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [docker](<https://devfeed.tech/tags/docker.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [formal-verification](<https://devfeed.tech/tags/formal-verification.md>), [go](<https://devfeed.tech/tags/go.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [java](<https://devfeed.tech/tags/java.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [nitro-isolation-engine](<https://devfeed.tech/tags/nitro-isolation-engine.md>), [nitro-system](<https://devfeed.tech/tags/nitro-system.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nvme](<https://devfeed.tech/tags/nvme.md>), [processors](<https://devfeed.tech/tags/processors.md>), [python](<https://devfeed.tech/tags/python.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

AWS has generally released the Amazon EC2 R9g and R9gd instances, powered by AWS Graviton5 processors. These Arm-based, memory-optimized instances offer higher per-vCPU performance, faster memory, larger cache capacity, and increased networking and Amazon EBS bandwidth for database, caching, analytics, container, and microservices workloads. R9gd adds local NVMe SSD storage for low-latency local capacity. Both families use the AWS Nitro System and Nitro Isolation Engine, with AWS citing formal verification for the isolation properties.

### Source excerpt

AWS has made its Amazon EC2 R9g and R9gd instances generally available, introducing memory-optimized systems powered by AWS Graviton5 processors. The new Arm-based instances target database, caching, analytics, container, and microservices workloads that require high memory bandwidth and improved per-vCPU performance. Compared with Graviton4-based R8g instances, AWS states that R9g can deliver up to 25% The post AWS Launches Graviton5-Based EC2 R9g and R9gd Memory-Optimized Instances appeared first on StorageReview.com.

## D-Robotics RDK S100P - A 128 TOPS alternative to NVIDIA Jetson Orin NX 16GB with Cortex-A78AE/R52+ cores

DevFeed: [D-Robotics RDK S100P - A 128 TOPS alternative to NVIDIA Jetson Orin NX 16GB with Cortex-A78AE/R52+ cores](<https://devfeed.tech/articles/d-robotics-rdk-s100p-a-128-tops-alternative-to-nvidia-jetson-orin-nx-16gb-with-cortex-a78ae-r52-cores-14013.md>)

Original publisher: [Read original article](<https://www.cnx-software.com/2026/08/31/d-robotics-rdk-s100p-a-128-tops-alternative-to-nvidia-jetson-orin-nx-16gb-with-cortex-a78ae-r52-cores/>)

Author: Debashis Das

Published: 2026-08-31T08:06:13Z

Content type: news

Language: en

Sources: [CNX Software - Embedded Systems News](<https://devfeed.tech/sources/cnx-software-embedded-systems-news.md>)

Topics: [Jetson](<https://devfeed.tech/topics/jetson.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>), [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Microcontroller](<https://devfeed.tech/topics/microcontroller.md>), [Jetson Orin](<https://devfeed.tech/topics/jetson-orin.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Arm](<https://devfeed.tech/topics/arm.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>)

Tags: [arm](<https://devfeed.tech/tags/arm.md>), [artificial-intelligence-ai](<https://devfeed.tech/tags/artificial-intelligence-ai.md>), [camera](<https://devfeed.tech/tags/camera.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [cortex-a78](<https://devfeed.tech/tags/cortex-a78.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [development-kit](<https://devfeed.tech/tags/development-kit.md>), [dfrobot](<https://devfeed.tech/tags/dfrobot.md>), [edge-ai](<https://devfeed.tech/tags/edge-ai.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [jetson](<https://devfeed.tech/tags/jetson.md>), [jetson-orin](<https://devfeed.tech/tags/jetson-orin.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mcu](<https://devfeed.tech/tags/mcu.md>), [networking](<https://devfeed.tech/tags/networking.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [os](<https://devfeed.tech/tags/os.md>), [processors](<https://devfeed.tech/tags/processors.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [robotics](<https://devfeed.tech/tags/robotics.md>), [ros](<https://devfeed.tech/tags/ros.md>), [safety](<https://devfeed.tech/tags/safety.md>), [sensor](<https://devfeed.tech/tags/sensor.md>), [sensors](<https://devfeed.tech/tags/sensors.md>), [single-board-computer](<https://devfeed.tech/tags/single-board-computer.md>), [soc](<https://devfeed.tech/tags/soc.md>), [software](<https://devfeed.tech/tags/software.md>), [som](<https://devfeed.tech/tags/som.md>), [specifications](<https://devfeed.tech/tags/specifications.md>), [systems](<https://devfeed.tech/tags/systems.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

### AI overview

The D-Robotics RDK S100P is a robotics single-board computer featuring a 6-core Cortex-A78AE CPU, 4-core Cortex-R52+ MCU domain, 128 TOPS INT8 Nash BPU, Mali-G78AE GPU, and 24 GB of LPDDR5. Its MCU supports real-time motor and sensor control, potentially reducing the need for a separate real-time controller depending on the robot's requirements.

### Source excerpt

D-Robotics RDK S100P development kit is a robotics SBC built around an S100P-based module providing an alternative to NVIDIA Jetson Orin NX 16GB with a 6-core Cortex-A78AE application cluster, a 4-core Cortex-R52+ MCU domain, a Nash BPU rated at 128 TOPS INT8, a Mali-G78AE GPU, and 24 GB of LPDDR5. The four R52+ cores can be configured for reliable real-time control: two cores run in lockstep for safety, and the other two support split-lock operation. In practice, the A78AE CPU and BPU can handle Linux and vision processing, while the MCU handles time-critical tasks such as motor and sensor I/O. This can reduce the need for a separate real-time controller, although whether it eliminates one depends on the robot and its requirements. RDK S100P specifications: SoC - D-Robotics S100P CPU - 6x Arm Cortex-A78AE @ 2.0 GHz (safety-capable AE cores) MCU - 4x Arm Cortex-R52+ @ 1.2 GHz (1x DCLS [...] The post D-Robotics RDK S100P - A 128 TOPS alternative to NVIDIA Jetson Orin NX 16GB with Cortex-A78AE/R52+ cores appeared first on CNX Software - Embedded Systems News.

## Performance Progression of Percona Server for MySQL 8.4

DevFeed: [Performance Progression of Percona Server for MySQL 8.4](<https://devfeed.tech/articles/performance-progression-of-percona-server-for-mysql-8-4-14110.md>)

Original publisher: [Read original article](<https://www.percona.com/blog/performance-progression-of-percona-server-for-mysql-8-4/>)

Author: Bogdan Degtyariov

Published: 2026-08-27T13:07:20Z

Content type: article

Language: en

Sources: [Blog - Percona](<https://devfeed.tech/sources/blog-percona.md>)

Topics: [MySQL](<https://devfeed.tech/topics/mysql.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [intel](<https://devfeed.tech/tags/intel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [load](<https://devfeed.tech/tags/load.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [percona](<https://devfeed.tech/tags/percona.md>), [percona-server-for-mysql](<https://devfeed.tech/tags/percona-server-for-mysql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processors](<https://devfeed.tech/tags/processors.md>), [run](<https://devfeed.tech/tags/run.md>)

### AI overview

This article investigates read/write performance changes across Percona Server for MySQL 8.4 versions released in 2026. It describes benchmark scope, database and buffer-size combinations, configuration, and CPU-frequency controls, while excluding features, security patches, latency percentiles, and resource-utilization measurements.

### Source excerpt

1. Purpose and scope This performance investigation aims to look into the read/write performance of Percona Server for MySQL 8.4 and how it changed between versions released in 2026: 8.4.8-8 released on 12 March 2026 8.4.10-10 released on 30 June 2026 8.4.11-11 released on 20 August 2026 We want to see if there are improvements ... Continued The post Performance Progression of Percona Server for MySQL 8.4 appeared first on Percona.

## Hot Chips 2026: Intel's Wildcat Lake

DevFeed: [Hot Chips 2026: Intel's Wildcat Lake](<https://devfeed.tech/articles/hot-chips-2026-intel-s-wildcat-lake-13995.md>)

Original publisher: [Read original article](<https://chipsandcheese.com/p/hot-chips-2026-intels-wildcat-lake>)

Author: Chester Lam

Published: 2026-08-24T19:50:30Z

Content type: article

Language: en

Sources: [Chips and Cheese](<https://devfeed.tech/sources/chips-and-cheese.md>)

Topics: [intel](<https://devfeed.tech/topics/intel.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [Bluetooth](<https://devfeed.tech/topics/bluetooth.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [battery](<https://devfeed.tech/tags/battery.md>), [bluetooth](<https://devfeed.tech/tags/bluetooth.md>), [core](<https://devfeed.tech/tags/core.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [intel](<https://devfeed.tech/tags/intel.md>), [platform](<https://devfeed.tech/tags/platform.md>), [processors](<https://devfeed.tech/tags/processors.md>), [soc](<https://devfeed.tech/tags/soc.md>), [technologies](<https://devfeed.tech/tags/technologies.md>), [technology](<https://devfeed.tech/tags/technology.md>), [wifi](<https://devfeed.tech/tags/wifi.md>), [wildcat-lake](<https://devfeed.tech/tags/wildcat-lake.md>)

### AI overview

This article examines how Intel designed Wildcat Lake, also called Core Series 3, as a lower-cost mobile processor platform. It describes the use of new CPU cores, Xe3 graphics, IO, a multi-chip package, a distinct platform, and selected feature trade-offs to reduce costs while retaining capabilities important to battery life and connectivity.

### Source excerpt

All about making things affordable

## AMD Instinct MI455X GPU Detailed for Rack-Scale AI Deployments

DevFeed: [AMD Instinct MI455X GPU Detailed for Rack-Scale AI Deployments](<https://devfeed.tech/articles/amd-s-instinct-mi455x-aiming-for-the-sun-13987.md>)

Original publisher: [Read original article](<https://chipsandcheese.com/p/amds-instinct-mi455x-aiming-for-the>)

Author: George Cozma

Published: 2026-07-23T17:37:10Z

Content type: article

Language: en

Sources: [Chips and Cheese](<https://devfeed.tech/sources/chips-and-cheese.md>)

Topics: [GPU](<https://devfeed.tech/topics/gpu.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [networking](<https://devfeed.tech/topics/networking.md>), [NVLink](<https://devfeed.tech/topics/nvlink.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Ethernet](<https://devfeed.tech/topics/ethernet.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [tsmc](<https://devfeed.tech/topics/tsmc.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [article](<https://devfeed.tech/tags/article.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [communication](<https://devfeed.tech/tags/communication.md>), [compute](<https://devfeed.tech/tags/compute.md>), [ethernet](<https://devfeed.tech/tags/ethernet.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [memory](<https://devfeed.tech/tags/memory.md>), [networking](<https://devfeed.tech/tags/networking.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processors](<https://devfeed.tech/tags/processors.md>), [scale](<https://devfeed.tech/tags/scale.md>), [soc](<https://devfeed.tech/tags/soc.md>), [tsmc](<https://devfeed.tech/tags/tsmc.md>)

### AI overview

The article examines AMD's Instinct MI455X, a CDNA5 GPU designed for rack-scale AI deployments. It describes the Helios rack-scale system, UALink over Ethernet networking, compute and memory specifications, and changes to the WGP, register-file, and matrix-unit designs.

### Source excerpt

Editor's Note (7/25/2026): The article has been edited with more information about the L2 behavior along with the bandwidth of the die to die interface.

## OTel-Arrow Phase 2: From Efficient Transport to Efficient Telemetry Pipelines

DevFeed: [OTel-Arrow Phase 2: From Efficient Transport to Efficient Telemetry Pipelines](<https://devfeed.tech/articles/otel-arrow-phase-2-from-efficient-transport-to-efficient-telemetry-pipelines-32578.md>)

Original publisher: [Read original article](<https://opentelemetry.io/blog/2026/otel-arrow-phase-2/>)

Author: OpenTelemetry Authors; Docs CC BY

Published: 2026-06-13T00:47:46Z

Content type: article

Language: en

Sources: [Blog on OpenTelemetry](<https://devfeed.tech/sources/blog-on-opentelemetry.md>)

Topics: [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>)

Tags: [apache-arrow](<https://devfeed.tech/tags/apache-arrow.md>), [memory](<https://devfeed.tech/tags/memory.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [overhead](<https://devfeed.tech/tags/overhead.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [processors](<https://devfeed.tech/tags/processors.md>), [rust](<https://devfeed.tech/tags/rust.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

This article presents Phase 2 of OTel-Arrow, which uses Apache Arrow not only for transport through OTAP but also as the internal representation of telemetry pipelines. It describes the Rust-based OTel-Arrow Dataflow Engine and reports substantially lower transport and processing costs when telemetry remains on the OTAP path end to end.

### Source excerpt

Phase 1 of OTel-Arrow established OTAP, the OpenTelemetry Arrow Protocol, as an efficient transport protocol for OpenTelemetry. Apache Arrow is a language-independent, columnar in-memory format designed to move and process structured data efficiently across systems. We demonstrated that telemetry could be transported with significantly lower network overhead while preserving compatibility with the OpenTelemetry data model. Phase 2 asked a different question: what happens if Arrow is used not only on the wire, but also as the representation the pipeline works with internally?

## Stripe vs PayPal in 2026: Fees, Features, and Which One Wins for SaaS

DevFeed: [Stripe vs PayPal in 2026: Fees, Features, and Which One Wins for SaaS](<https://devfeed.tech/articles/stripe-vs-paypal-in-2026-fees-features-and-which-one-wins-for-saas-10398.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/stripe-vs-paypal-2026/>)

Author: Ayush Agarwal

Published: 2026-06-02T00:00:00Z

Content type: comparison

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Binance](<https://devfeed.tech/topics/binance.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [API](<https://devfeed.tech/topics/api.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [api](<https://devfeed.tech/tags/api.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [comparisons](<https://devfeed.tech/tags/comparisons.md>), [conversion](<https://devfeed.tech/tags/conversion.md>), [e-commerce](<https://devfeed.tech/tags/e-commerce.md>), [features](<https://devfeed.tech/tags/features.md>), [fees](<https://devfeed.tech/tags/fees.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [paypal](<https://devfeed.tech/tags/paypal.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [processors](<https://devfeed.tech/tags/processors.md>), [saas](<https://devfeed.tech/tags/saas.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>), [vs](<https://devfeed.tech/tags/vs.md>)

### AI overview

A 2026 comparison of Stripe and PayPal for SaaS, e-commerce, and digital product businesses. It examines processing fees, checkout, subscriptions, international transactions, payouts, and product capabilities, finding Stripe cheaper for the example $50 US online card transaction while noting PayPal's separate Braintree Direct pricing.

### Source excerpt

Stripe vs PayPal compared in 2026 - processing fees, checkout conversion, subscriptions, international support, payouts, and which one to use for SaaS vs e-commerce.

## Matching JSON and whitespace characters efficiently on ARM processors

DevFeed: [Matching JSON and whitespace characters efficiently on ARM processors](<https://devfeed.tech/articles/the-fastest-way-to-match-characters-on-arm-processors-29401.md>)

Original publisher: [Read original article](<https://lemire.me/blog/2026/04/19/the-fastest-way-to-match-characters-on-arm-processors/>)

Author: Daniel Lemire

Published: 2026-04-19T20:41:04Z

Content type: article

Language: en

Sources: [Daniel Lemire](<https://devfeed.tech/sources/daniel-lemire.md>)

Topics: [Arm](<https://devfeed.tech/topics/arm.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Parsing](<https://devfeed.tech/topics/parsing.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [arm](<https://devfeed.tech/tags/arm.md>), [ascii](<https://devfeed.tech/tags/ascii.md>), [avx](<https://devfeed.tech/tags/avx.md>), [intel](<https://devfeed.tech/tags/intel.md>), [json](<https://devfeed.tech/tags/json.md>), [parsing](<https://devfeed.tech/tags/parsing.md>), [processors](<https://devfeed.tech/tags/processors.md>)

### AI overview

The article examines vectorized classification for matching ASCII whitespace and structural JSON characters. It describes a branch-free NEON approach and discusses newer ARM Scalable Vector Extension instructions as an alternative on recent ARM processors.

### Source excerpt

Consider the following problem. Given a string, you must match all of the ASCII white-space characters (\t, \n, \r, and the space) and some characters important in JSON (:, ,, [, ], {, }). JSON is a text-based data format used for web services. A toy JSON document looks as follows. { "name": "Alice", "age": ... Continue reading The fastest way to match characters on ARM processors?

## Payment Processing Fees Compared: Stripe vs PayPal vs Square vs Dodo

DevFeed: [Payment Processing Fees Compared: Stripe vs PayPal vs Square vs Dodo](<https://devfeed.tech/articles/payment-processing-fees-compared-stripe-vs-paypal-vs-square-vs-dodo-10251.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/payment-processing-fees-compared/>)

Author: Ayush Agarwal

Published: 2026-04-14T00:00:00Z

Content type: comparison

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [stripe](<https://devfeed.tech/topics/stripe.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [add-ons](<https://devfeed.tech/tags/add-ons.md>), [billing](<https://devfeed.tech/tags/billing.md>), [business](<https://devfeed.tech/tags/business.md>), [chargebacks](<https://devfeed.tech/tags/chargebacks.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [compare](<https://devfeed.tech/tags/compare.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [fees](<https://devfeed.tech/tags/fees.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [merchant-of-record](<https://devfeed.tech/tags/merchant-of-record.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payment-fees](<https://devfeed.tech/tags/payment-fees.md>), [payment-processing](<https://devfeed.tech/tags/payment-processing.md>), [payments](<https://devfeed.tech/tags/payments.md>), [paypal](<https://devfeed.tech/tags/paypal.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [processors](<https://devfeed.tech/tags/processors.md>), [saas](<https://devfeed.tech/tags/saas.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [vs](<https://devfeed.tech/tags/vs.md>)

### AI overview

A June 2026 comparison of payment processing fees from Stripe, PayPal, Square, and Dodo. It separates domestic and international cards, subscriptions, disputes, and currency conversion, and explains how the best option varies by business type and payment route.

### Source excerpt

Compare payment processing fees across Stripe, PayPal, Square, and Dodo in 2026, including headline rates, hidden add-ons, and which model fits different business types.

## How many branches can your CPU predict?

DevFeed: [How many branches can your CPU predict?](<https://devfeed.tech/articles/how-many-branches-can-your-cpu-predict-29396.md>)

Original publisher: [Read original article](<https://lemire.me/blog/2026/03/18/how-many-branches-can-your-cpu-predict/>)

Author: Daniel Lemire

Published: 2026-03-18T21:52:53Z

Content type: opinion

Language: en

Sources: [Daniel Lemire](<https://devfeed.tech/sources/daniel-lemire.md>)

Topics: [cpu](<https://devfeed.tech/topics/cpu.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [apple](<https://devfeed.tech/tags/apple.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [intel](<https://devfeed.tech/tags/intel.md>), [processors](<https://devfeed.tech/tags/processors.md>), [test](<https://devfeed.tech/tags/test.md>)

### AI overview

A benchmark examines how many branch outcomes recent processors can learn when the same random values are repeated. AMD Zen 5 predicts 30,000 branches, Apple M4 predicts 10,000, and Intel Emerald Rapids predicts 5,000 in the reported test.

### Source excerpt

Modern processors have the ability to execute many instructions per cycle, on a single core. To be able to execute many instructions per cycle in practice, processors predict branches. I have made the point over the years that modern CPUs have an incredible ability to predict branches. It makes benchmarking difficult because if you test ... Continue reading How many branches can your CPU predict?

## Beyond x86: Java on ARM in 2025

DevFeed: [Beyond x86: Java on ARM in 2025](<https://devfeed.tech/articles/beyond-x86-java-on-arm-in-2025-23011.md>)

Original publisher: [Read original article](<https://www.javaadvent.com/2025/12/beyond-x86-java-on-arm-in-2025.html>)

Author: Artur Skowronski

Published: 2025-12-05T02:02:36Z

Content type: article

Language: en

Sources: [Java Advent Calendar](<https://devfeed.tech/sources/java-advent-calendar.md>)

Topics: [Arm](<https://devfeed.tech/topics/arm.md>), [Java](<https://devfeed.tech/topics/java.md>), [x86](<https://devfeed.tech/topics/x86.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [2017](<https://devfeed.tech/tags/2017.md>), [2025](<https://devfeed.tech/tags/2025.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [arm](<https://devfeed.tech/tags/arm.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [java](<https://devfeed.tech/tags/java.md>), [processors](<https://devfeed.tech/tags/processors.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

The article examines why Java on ARM is becoming more relevant for backend and server workloads in 2025. It discusses ARM's historical association with mobile and embedded devices, Apple's transition to ARM-based Macs, and the development of the Neoverse architecture for data centers, while noting the JVM ecosystem's gradual adaptation.

### Source excerpt

We all know the mantra: "Write Once, Run Anywhere." But for most of Java's history, that "Anywhere" really meant "anywhere, as long as there's Intel or AMD underneath." When most of us were starting out with Java, ARM was something you associated with phones, a Raspberry Pi, or some mysterious "embedded" device - not with [...] The post Beyond x86: Java on ARM in 2025 appeared first on JVM Advent.

## Beyond the Single-Writer Limitation with Turso's Concurrent Writes

DevFeed: [Beyond the Single-Writer Limitation with Turso's Concurrent Writes](<https://devfeed.tech/articles/beyond-the-single-writer-limitation-with-turso-s-concurrent-writes-5897.md>)

Original publisher: [Read original article](<https://turso.tech/blog/beyond-the-single-writer-limitation-with-tursos-concurrent-writes>)

Author: Pekka Enberg

Published: 2025-10-06T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [Concurrent Programming](<https://devfeed.tech/topics/concurrent-programming.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [concurrent](<https://devfeed.tech/tags/concurrent.md>), [database](<https://devfeed.tech/tags/database.md>), [processors](<https://devfeed.tech/tags/processors.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces a beta tech preview of concurrent writes that addresses SQLite's single-writer limitation. The article reports up to 4x SQLite's write throughput while avoiding the database-locked error caused by blocked concurrent writes.

### Source excerpt

With multi-core processors and multi-threaded architectures becoming the norm, the old single-writer model that SQLite pioneered has started to show its age in today's concurrent world.

## Optimizing ClickHouse for Intel's ultra-high core count processors

DevFeed: [Optimizing ClickHouse for Intel's ultra-high core count processors](<https://devfeed.tech/articles/optimizing-clickhouse-for-intel-s-ultra-high-core-count-processors-5469.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/optimizing-clickhouse-intel-high-core-count-cpu>)

Author: Jiebin Sun, Zhiguo Zhou, Wangyang Guo, Tianyou Li

Published: 2025-09-17T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [intel](<https://devfeed.tech/topics/intel.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [databases](<https://devfeed.tech/tags/databases.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [intel](<https://devfeed.tech/tags/intel.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processors](<https://devfeed.tech/tags/processors.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

This guest article explains efforts to optimize ClickHouse for Intel ultra-high core count processors. It examines scalability challenges such as lock contention, cache coherence, NUMA, memory bandwidth, and coordination overhead, and reports performance improvements from systematic profiling and query-specific optimizations across 43 ClickBench queries.

### Source excerpt

Intel's latest processor generations are pushing the number of cores in a server to unprecedented levels. For analytical databases like ClickHouse, ultra-high core counts represent a huge opportunity and a complex challenge.

## Underrust: How does u128 work on a 64-bit processor?

DevFeed: [Underrust: How does u128 work on a 64-bit processor?](<https://devfeed.tech/articles/underrust-how-does-u128-work-on-a-64-bit-processor-35481.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/underrust-u128/>)

Author: Graham King

Published: 2025-04-05T20:45:00Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [cpu](<https://devfeed.tech/topics/cpu.md>), [x86](<https://devfeed.tech/topics/x86.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Assembly](<https://devfeed.tech/topics/assembly.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [assembly](<https://devfeed.tech/tags/assembly.md>), [code](<https://devfeed.tech/tags/code.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [processors](<https://devfeed.tech/tags/processors.md>), [rust](<https://devfeed.tech/tags/rust.md>), [simd](<https://devfeed.tech/tags/simd.md>), [software](<https://devfeed.tech/tags/software.md>), [sse](<https://devfeed.tech/tags/sse.md>), [underrust](<https://devfeed.tech/tags/underrust.md>), [x86](<https://devfeed.tech/tags/x86.md>)

### AI overview

The article explains how Rust u128 values work on x86-64 processors whose general-purpose registers are limited to 64 bits. It describes splitting values across two registers and distinguishes this from the use of 128-bit SSE registers for SIMD operations.

### Source excerpt

Wherein our hero learns the arcane secrets of the u128 sword in the depths of the Underrust.

[Next page](<https://devfeed.tech/tags/processors.md?cursor=WyIyMDI1LTA0LTA1VDIwOjQ1OjAwKzAwOjAwIiwgIjNlNjNjNWE4LTIzYmUtNGY1NS04OWFkLWJjMzUzZTA0ZGJjOSJd>)