From 6f72e6053c63f1ab96fb71fc427afd34ff689e2f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 30 Apr 2015 09:43:40 -0700 Subject: Clean up accidential duplication of "extra math" features. And clarify the portability situation for "extra math" features. --- EssentialPostV1Features.md | 6 ------ FutureFeatures.md | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index d8b8468..f248a17 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -43,9 +43,3 @@ feedback. ## Irreducible control flow * TODO - -## Extra math -The following features may not work the same on all platforms: -* Fused multiply-add. -* Reciprocal square-root approximate. -* 16-bit floating-point values. diff --git a/FutureFeatures.md b/FutureFeatures.md index 999fc7b..8380dd9 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -38,6 +38,6 @@ which are expected to be standardized immediately after v.1. ## Non-fixed-width SIMD * TODO -## Operations which may not work the same on all platforms +## Operations which may not be available or may not perform well on all platforms * FMA, reciprocal sqrt approximate, fp16 * TODO -- cgit v1.2.3