Skip to content

Commit

Permalink
update status
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Mar 26, 2023
1 parent 200b5bd commit bb2f69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors: Kevin Gibbons

Champions: Leo Balter, Kevin Gibbons

This proposal is at Stage 1 of [The TC39 Process](https://tc39.es/process-document/). It will be presented to the committee for stage 2 or 3 at [the March meeting](https://github.com/tc39/agendas/blob/main/2023/03.md).
This proposal is at Stage 2 of [The TC39 Process](https://tc39.es/process-document/) as of the March 2023 meeting. Current it awaits confirmation from engines that it will be feasible to implement, at which point it will be presented for stage 3.

Spec text is available [here](https://tc39.es/proposal-float16array/).

Expand All @@ -26,7 +26,7 @@ Spec text is available [here](https://tc39.es/proposal-float16array/).

## Proposal

This would add a new kind of TypedArray, `Float16Array`, to complement the existing `Float32Array` and `Float64Array`. It would also add two new methods on `DataView` for reading and setting float16 values, as `getFloat16` and `setFloat16`, to complement the existing similar methods for working with full and double precision floats.
This would add a new kind of TypedArray, `Float16Array`, to complement the existing `Float32Array` and `Float64Array`. It would also add two new methods on `DataView` for reading and setting float16 values, as `getFloat16` and `setFloat16`, to complement the existing similar methods for working with full and double precision floats, as well as `Math.f16round`, to complement the existing `Math.fround`.

## Userland

Expand Down

0 comments on commit bb2f69d

Please sign in to comment.