mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
[WebAssembly] Update bleeding-edge cpu features
Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, sunfish, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D54362 llvm-svn: 346570
This commit is contained in:
parent
2de52b53cc
commit
05ca6955a4
@ -71,7 +71,8 @@ def : ProcessorModel<"generic", NoSchedModel, []>;
|
||||
|
||||
// Latest and greatest experimental version of WebAssembly. Bugs included!
|
||||
def : ProcessorModel<"bleeding-edge", NoSchedModel,
|
||||
[FeatureSIMD128, FeatureAtomics]>;
|
||||
[FeatureSIMD128, FeatureAtomics,
|
||||
FeatureNontrappingFPToInt, FeatureSignExt]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Target Declaration
|
||||
|
Loading…
Reference in New Issue
Block a user