Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Generate Native Half-Precision C Code from Simulink Models

 The half-precision data type in MATLAB is based on the IEEE half-precision floating point format and is useful when you need to reduce the memory needed for your code while maintaining precision.

Some embedded hardware targets natively support special types for half precision, such as _Float16 and _fp16 data types for ARM® compilers. This video demonstrates the steps to generate native half-precision C code for embedded hardware targets that natively support half precision floating-point data types. Find the primary example used in this video as the first link under related resources. Learn More: - Generate native half-precision C code example: https://bit.ly/30Kqmzg - Convert single precision lookup table to half precision example: https://bit.ly/3qVCKar - Half-Precision Math in Modeling and Code Generation: https://youtu.be/05pAQjTH6iM

No comments

Popular Posts