Skip to content

128 bit integer optimized with x64-avx2 instruction set

License

Notifications You must be signed in to change notification settings

Veloctor/Int128

Repository files navigation

Int128

128 bit integer accelerated by x64-avx2 instruction set.

There are only four operations: addition, subtraction, conversion from floating point and conversion to floating point.

The operations are highly optimized by a lot of majikal operations.

The converted floating-point only supports ieee754-binary64 at present.

Header-only library.

About

128 bit integer optimized with x64-avx2 instruction set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages