Code Replacement library available only for column major?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I would like to use embedded coder with CRL but if I look in the available options with crviewer most of the "Intel AVX/SSE (Linux)" functions specify that the array layout is column major.
Can you please tell how this will impact the generated code if I'll set RowMajor to true? Most of my code and the data that I use is already rowmajor and changing it to column major is not something I would like to do.
0 件のコメント
回答 (1 件)
Jaime Varela
2021 年 2 月 5 日
編集済み: Jaime Varela
2021 年 2 月 5 日
No replacement is undertaken if the array layout does not match. If you need to add row major replacements this article describes how:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!