Skip to content

Commit

Permalink
Add FMA tests for X86
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Aug 8, 2022
1 parent 8b0f191 commit cfb1b80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cranelift/filetests/filetests/runtests/fma-interpreter.clif
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
test interpret
target x86_64 has_avx=false has_fma=false

; The interpreter can run `fma.clif` on most platforms, however on `x86_64-pc-windows-gnu` we
; use libm which has issues with some inputs. We should delete this file and enable the interpreter
; on the main `fma.clif` file once those are fixed.
; on the main `fma.clif` file once those are fixed. The same issue applies to x86 with fma disabled
; since it will call the native runtime's fma function.

; See: https://github.com/bytecodealliance/wasmtime/pull/4517
; See: https://github.com/rust-lang/libm/issues/263
Expand Down

0 comments on commit cfb1b80

Please sign in to comment.