fix comment
This commit is contained in:
parent
42922ab53e
commit
71e5834fbc
|
@ -28,10 +28,11 @@
|
||||||
( #ff00 -256/256 -1.000 )
|
( #ff00 -256/256 -1.000 )
|
||||||
( #ffff -1/256 -0.004 )
|
( #ffff -1/256 -0.004 )
|
||||||
( )
|
( )
|
||||||
( many 8.8 operations are equivalent to u16: )
|
( many 8.8 operations are equivalent to uin16: )
|
||||||
( * comparisons/equality )
|
|
||||||
( * addition/subtraction )
|
( * addition/subtraction )
|
||||||
( * division )
|
( * division )
|
||||||
|
( or signed int16: )
|
||||||
|
( * comparisons/equality )
|
||||||
( )
|
( )
|
||||||
( but due to 16-bit truncation multiplication differs... )
|
( but due to 16-bit truncation multiplication differs... )
|
||||||
( )
|
( )
|
||||||
|
@ -44,7 +45,7 @@
|
||||||
( )
|
( )
|
||||||
( that said, if either x or y is whole (i.e. ends in 00) )
|
( that said, if either x or y is whole (i.e. ends in 00) )
|
||||||
( then we can just shift that argument right by 8 and use )
|
( then we can just shift that argument right by 8 and use )
|
||||||
( MUL2 as normal. )
|
( MUL2. )
|
||||||
|
|
||||||
|1000
|
|1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue