gonum / internal

Internal routines for the gonum project [DEPRECATED]
21 stars 9 forks source link

internal/asm/...: remove outdated commments #46

Closed kortschak closed 7 years ago

kortschak commented 7 years ago

Please take a look.

kortschak commented 7 years ago

They're outdated in that uintptr cannot be negative.

vladimir-ch commented 7 years ago

Ah, ok, those uintptr.

kortschak commented 7 years ago

Though strictly speaking, they are not outdated since we never used signed integers in these parameter positions. So "redundant" would have been better.