Skip to content

Libraries written in inline assembly

Notifications You must be signed in to change notification settings

supernova9sky/asm-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asm-lib - inline assembly libraries

asm_math

  • asm_abs(x) - returns absolute value of x
  • asm_mod(x, y) - returns modulo of x divided by y
  • asm_floor(x) - returns integer closest to x
  • asm_sqrt(x) - returns square root of x
  • asm_pow(x, y) - returns x to the power of y
  • asm_sin(x) - returns sine of x
  • asm_cos(x) - returns cosine of x
  • asm_tan(x) - returns tangent of x
  • asm_atan(x) - returns arc tangent of x

About

Libraries written in inline assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%