[PATCH] D127409: Fix GCC intrinsics "round_mask" names

Guillaume Gomez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 08:55:51 PDT 2022


GuillaumeGomez added a comment.

We encountered this issue while working on https://github.com/rust-lang/rustc_codegen_gcc (the GCC backend of the Rust compiler).

I used https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/gcc.target/i386/avx-1.c as reference for the renaming.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127409/new/

https://reviews.llvm.org/D127409



More information about the llvm-commits mailing list