Skip to content

Commit

Permalink
Ifloatarithmem is handled in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js committed Jan 9, 2025
1 parent ee6adfd commit 47a5660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/amd64/simd_selection.ml
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ let vectorize_operation (width_type : Vectorize_utils.Width_in_bits.t)
| W32 -> None (* See previous comment *)
| W16 -> None
| W8 -> None)
| Ifloatarithmem _ -> None
| Istore_int (_n, addressing_mode, is_assignment) -> (
if not (Vectorize_utils.Width_in_bits.equal width_type W64)
then None
Expand Down

0 comments on commit 47a5660

Please sign in to comment.