[SDK] Use HEX macro, like elsewhere in the file

This commit is contained in:
Hervé Poussineau 2020-01-14 23:20:10 +01:00
parent 8314c8eeba
commit 698e1a3782

View file

@ -30,7 +30,7 @@ sqrt:
/* x is positive, now check if it is NaN by checking if the unsigned
integer value is larger than the highest valid positive value. */
mov rcx, 7FF0000000000000h
mov rcx, HEX(7FF0000000000000)
cmp rax, rcx
ja short x_is_nan