From d4ad020ecfd85ed0ad02a710c1fbc09938ac4dc0 Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Wed, 18 Jul 2018 14:46:14 -0700 Subject: [PATCH 1/5] Draft version of FPBench 1.1 standards. Changes: * Support for multiple and mixed-precision computations * Semantics of numerical operations clarified as rounded real operations * Precision can be specified per-operation using the rounding context * New constant formats, including rational numbers and hexadecimal floating-point * New metadata properties --- index.html | 1 + spec/fpcore-1.1.html | 467 +++++++++++++++++++++++++++++++++++++++++ spec/index.html | 22 ++ spec/measures-1.1.html | 213 +++++++++++++++++++ spec/metadata-1.1.html | 139 ++++++++++++ 5 files changed, 842 insertions(+) create mode 100644 spec/fpcore-1.1.html create mode 100644 spec/measures-1.1.html create mode 100644 spec/metadata-1.1.html diff --git a/index.html b/index.html index 41c7d2d..bf0f4be 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@

Standards

  • FPCore 1.0
  • Metadata 1.0
  • Measures 1.0
  • +
  • All versions