Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 358 Bytes

File metadata and controls

20 lines (14 loc) · 358 Bytes

AvxUInt

AVX Accelerated BigUInt Arithmetic Implements

Requirement

.NET 8.0

Usage

BigUInt<N4> v1 = "74607431768211455";
BigUInt<N4> v2 = "3402823669209384634633746074";

BigUInt<N4> v3 = v1 + v2;

Licence

MIT

Author

tk-yoshimura