- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for X86HasADX (0.08 sec)
-
lib/fips140/v1.0.0-c2097c7c.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 Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)