-
Notifications
You must be signed in to change notification settings - Fork 0
yaspr/sqrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published