필터 지우기
필터 지우기

Code Replacement library available only for column major?

조회 수: 2 (최근 30일)
Bogdan Iliuta
Bogdan Iliuta 2020년 4월 29일
편집: Jaime Varela 2021년 2월 5일
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.

답변 (1개)

Jaime Varela
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:

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by