On Wed, Jul 31, 2024 at 12:51 AM Nikita Novikov wrote:
>
> When we are trying to write 64-bit value in 32-bit system, the value in HTIF
> device divides
> on 2 separate 32-bit parts. So device expects write to xHOST_OFFSET1 first,
> then to xHOST_OFFSET2.
> But some compilers (ex. CLANG) can cha
When we are trying to write 64-bit value in 32-bit system, the value in HTIF
device divides
on 2 separate 32-bit parts. So device expects write to xHOST_OFFSET1 first,
then to xHOST_OFFSET2.
But some compilers (ex. CLANG) can change the writing queue (xHOST_OFFSET2
first, xHOST_OFFSET1 second)
b
When we are trying to write 64-bit value in 32-bit system, the value in HTIF
device divides
on 2 separate 32-bit parts. So device expects write to xHOST_OFFSET1 first,
then to xHOST_OFFSET2.
But some compilers (ex. CLANG) can change the writing queue (xHOST_OFFSET2
first, xHOST_OFFSET1 second)
b