Does PolySpace take into account endianness?

Depending on a selected target, dynamic execution of an application could have completely different results if the target is little endian or big endian. Is this the case with PolySpace?

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일

0 개 추천

PolySpace does not take into account the endianess of a target.
For example, in the following example (for a 32-bits target):
%% BEGIN CODE
char *array[4] = {3,0,0,0};

추가 답변 (0개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by