What version of Go are you using (go version)?
$ go version
go1.20.2 windows/amd64
Does this issue reproduce with the latest release?
Yes
What did you do?
Mod operator is very slow on intel hardware when used on int type.
What did you expect to see?
Mod operator optimized to handle int types on intel hardwares
What did you see instead?
The mod operator is very slow when used on int types on intel hardware.
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes
What did you do?
Mod operator is very slow on intel hardware when used on int type.
What did you expect to see?
Mod operator optimized to handle int types on intel hardwares
What did you see instead?
The mod operator is very slow when used on int types on intel hardware.