Two Kinds of Vectorization emmtrix Tech PostsCategory: Vectorization In our field of compilers, programming languages and code generation we are working close to (embedded) hardware but also on the more abstract modelling of algorithms. Interestingly, the term...
Using AUTOSAR with emmtrix Tools February 22, 2024 To make our tools suitable for automotive environments, we have significantly improved our support for AUTOSAR. Previously, we were able to parse ARXML files for relevant runnables that could be used as entry points...
Demystifying C++: Initialization of Global Variables emmtrix Tech PostsCategory: Demystifying C++ 📢 Next Article in Our Series “Demystifying C++”: Global Variable Initialization In our series, we now address a key distinction: the initialization of global...
Use Case Example: emmtrix Dependency Analyzer (eDA) for AUTOSAR Specification Dependency Verification January 31, 2024 Together with customers from automotive, we have implemented support for a use case so that our emmtrix Dependency Analyzer (eDA) can be used to...
Demystifying C++: New and Delete Operators emmtrix Tech PostsCategory: Demystifying C++ 📢 Continuing the “Demystifying C++” Series: “New and Delete Operators” As we progress in our series, our next focus is on the integral memory management...