Skip to content

Commit

Permalink
Clean up accidential duplication of "extra math" features.
Browse files Browse the repository at this point in the history
And clarify the portability situation for "extra math" features.
  • Loading branch information
sunfishcode committed Apr 30, 2015
1 parent 878f114 commit 6f72e60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions EssentialPostV1Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion FutureFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f72e60

Please sign in to comment.