Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

ulong data type behaves as uint using emulator

Hi, I have a problem with arithmetics using ulong values. E.g. I try to do something like this (it's an OpenCL code): ulong A = 0; A = A - 1; And I thought I should get 0xffffffffff...