orion icon indicating copy to clipboard operation
orion copied to clipboard

dev: Bitwise operations are not implemented natively in the corelib signed integers

Open MahmoudMohajer opened this issue 1 year ago • 2 comments

Basically we have support of bitwise operations for unsigned integers in cairo by default, like bitwise and, bitwise xor, and bitwise or. In order to make them work on signed integers, we need to implement them by ourselves in the Orion library.

MahmoudMohajer avatar Dec 05 '23 13:12 MahmoudMohajer

@MahmoudMohajer I would like to give it a try, can you please assign it to me ?

mananbordia avatar Apr 29 '24 02:04 mananbordia