cmpxchg16/gobench

no Windows support

regorov opened this issue · 3 comments

Please add to Notes.

Can you please provide more information on the issue.

I have just tried to run this on windows. The issue I hit was at compile time, it was reporting that Kill is undefined:
.\gobench.go:196: undefined: syscall.Kill

However os.Signal does exist on windows, so perhaps an alternative use of a higher level library call?

Fixed.
Thanks.