edanor/umesimd

BNOT: operator! used

Closed this issue · 1 comments

Originally reported by: edanor (Bitbucket: edanor, GitHub: edanor)


operator! should be used for Logical Not (LNOT) operation. Instead it is being used for Bitwise Not (BNOT) operations. This should be fixed.


Original comment by edanor (Bitbucket: edanor, GitHub: edanor):


Already fixed.