Skip to content

[JS] Implement Float16Array #33561

@dipikabh

Description

@dipikabh

Acceptance criteria

  • The listed features are documented sufficiently on MDN
  • BCD is updated
  • Interactive example and data repos are updated if appropriate
  • The content has been reviewed as needed

For folks helping with Firefox related documentation

  • Set bugs to dev-doc-complete
  • Add entry to Firefox release notes for enabled/preview features
  • Add/remove entry to Firefox experimental features page for preference/released features

Related Gecko bugs

Bug 1833647: Implement Float16Array

Features to document

From "Intent to prototype"

  • Summary: Float16Array is a new typed array analogous to existing typed arrays like Float32Array. Float16 is widely used for GPU computation in applications where speed and memory use are more important than precision; having Float16Array in JavaScript will facilitate passing data to the GPU.
  • Specification: https://github.com/tc39/proposal-float16array
  • Preference: javascript.options.experimental.float16array

Other

  • Check content open issues to see if any pertain to the subject matter. If there are any that can be closed because of the work, do so. If there are any that can be fixed relatively quickly because of the knowledge from completing this issue and you have time, feel free to go ahead and fix them.

Metadata

Metadata

Labels

Content:JSJavaScript docsfx release archiveA closed issue relating to firefox release notes for developers.

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions