8000 GitHub - yaspr/sqrt: Comparing the performance and precision (C vs. FORTRAN) of multiple SQRT and RSQRT implementations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ sqrt Public

Comparing the performance and precision (C vs. FORTRAN) of multiple SQRT and RSQRT implementations

Notifications You must be signed in to change notification settings

yaspr/sqrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 1 - Square root benchmarking
  - Measuring & comparing the performance and precision of multiple implementations of sqrt and rsqrt on x86

  C:
    - 64-bit precision (double)
    - 80-bit precision (long double)
    - 1000-bit precision (GMP)

  FORTRAN:
    - 64-bit precision (real)
    - 80-bit precision (long double)

NOTES: Suprisingly, FORTRAN is off compared to the C reference values. 


    

About

Comparing the performance and precision (C vs. FORTRAN) of multiple SQRT and RSQRT implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0