- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for X86HasADX (0.1 sec)
-
lib/fips140/v1.0.0.zip
processes four words at a time. // // It's unclear why the assembly for all other architectures, as well as for // amd64 without ADX, perform better than the compiler output. // TODO(filippo): file cmd/compile performance issue. var supportADX = cpu.X86HasADX && cpu.X86HasBMI2 func init() { if cpu.AMD64 { impl.Register("aes", "ADX", &supportADX) } } //go:noescape func addMulVVW1024(z, x *uint, y uint) (c uint) //go:noescape func addMulVVW1536(z, x *uint, y uint) (c uint) //go:noescape func addMulVVW2048(z,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)