supportsSimd 属性

bool supportsSimd
final

如果当前浏览器支持 dart:typed_data 类型中的 SIMD 类型,则返回 true。如果为 false,则使用这些类型将生成运行时错误。

实现

static final supportsSimd = false;