Bug 73726 - Support Float32Array on ARM
Summary: Support Float32Array on ARM
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 17:50 PST by Oliver Hunt
Modified: 2011-12-05 00:34 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-12-02 17:50:47 PST
Currently we don't support loading 32bit floats, or converting between 64 and 32bit pointing in the arm assemblers so explicitly prevent float32array optimizations in shouldSpeculateFloat32Array :-(