Files
wasmtime/cranelift
Jakob Stoklund Olesen bbeafde243 Type::by() returns an Optional<Type>.
Don't use assertions to enforce the limits on SIMD lanes in a type, Type is too
fundamental for that. Instead, the Vector-forming by() method returns an
Optional<Type>, and None if the requested SIMD vector is not valid.

Same for Type::half_vector().
2016-04-27 17:07:54 -07:00
..
2016-04-06 12:00:35 -07:00
2016-04-27 17:07:54 -07:00
2016-04-06 12:00:35 -07:00
2016-01-12 16:51:35 -08:00