Browse Source

Document the stub status of the QUAD_PRECiSION code (#1772)

* Document the stub status of the QUAD_PRECiSION code inherited from GotoBLAS2

in response to #1769
tags/v0.3.4
Martin Kroeker GitHub 7 years ago
parent
commit
cf6df9464c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile.rule

+ 3
- 0
Makefile.rule View File

@@ -152,6 +152,9 @@ NO_AFFINITY = 1
# FUNCTION_PROFILE = 1

# Support for IEEE quad precision(it's *real* REAL*16)( under testing)
# This option should not be used - it is a holdover from unfinished code present
# in the original GotoBLAS2 library that may be usable as a starting point but
# is not even expected to compile in its present form.
# QUAD_PRECISION = 1

# Theads are still working for a while after finishing BLAS operation


Loading…
Cancel
Save