Skip to content

PoCc001/ASM-Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

ASM-Math

Mathematical floating-point functions coded in x64 Assembly for NASM using the SSE instruction set.

ASM-Math aims to find a reasonable balance between accuracy and speed. This means that all results should be correct. However, rounding errors might cause the last digit to be wrong. The library also avoids using the stack/cache, instead it saves all variables in registers.

Currently there is no version of this library that uses the AVX instruction set and the x87 FPU.

About

Mathematical floating-point functions coded in x64 Assembly for NASM.

Topics

Resources

License

Stars

Watchers

Forks