mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
Floating point with AVX.
This commit is contained in:
@ -186,9 +186,7 @@ impl Machine {
|
||||
for ty in tys {
|
||||
let loc = match *ty {
|
||||
WpType::F32 | WpType::F64 => {
|
||||
self.pick_xmm().map(Location::XMM).or_else(
|
||||
|| self.pick_gpr().map(Location::GPR)
|
||||
)
|
||||
self.pick_xmm().map(Location::XMM)
|
||||
},
|
||||
WpType::I32 | WpType::I64 => {
|
||||
self.pick_gpr().map(Location::GPR)
|
||||
|
Reference in New Issue
Block a user