by Mira Steinmetz | Apr 9, 2025 | 2025, News
Loop Interchange: Improve Cache Efficiency and Speed Up Execution emmtrix Tech PostsCategory: Loop Transformations In our last post, we introduced Loop Unrolling to reduce loop overhead. Now, let’s look at Loop Interchange, a transformation that swaps the order...
by Mira Steinmetz | Apr 3, 2025 | 2025, News
New Developer Resource: Code Transformations for Performance Optimization emmtrix Tech PostsCategory: Loop Transformations We’re launching a new article series to help developers optimize their code with practical transformation techniques! Our goal: Provide...
by Mira Steinmetz | Mar 27, 2025 | 2025, News
TriCore Instruction Set Architecture: A Quick Reference for Embedded Development emmtrix Tech PostsCategory: Microcontroller Architecture Explore the key features of the TriCore Instruction Set Architecture (ISA) in our tech wiki. Infineon TriCore is a unified, 32-bit...
by Mira Steinmetz | Mar 4, 2025 | 2025, News
What is ULP and Why Should You Care? emmtrix Tech Posts When working with floating-point numbers, precision matters. Ever heard of ULP (Unit in the Last Place)? It’s the smallest possible difference between two floating-point numbers – a key factor for rounding...
by Mira Steinmetz | Dec 11, 2024 | 2024, News
Mastering the alias Attribute in C Programming emmtrix Tech PostsCategory: C Programming Our employee, Tobias Columbus, has authored an enlightening Wiki article about his experiences and research on the alias attribute in C programming. In his article, Tobias...