Hello,
I am trying to use _amemd8() to load a double word data from memory to two registers. The _amemd8() is inside of a OpenMP 4.0 target region. So I presume it is running on the DSPs.
But when I compiled it, it caused a very strange compilation error
INTERNAL ERROR: cbeia6x experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0
I am wondering the _amemd8() must be used with #pragma DATA_ALIGN() ? Although #pragma DATA_ALIGN() caused another error :-)
warning: pragma DATA_ALIGN can only be applied to a file level symbol definition
Thanks
Cheng