[PATCH] D150196: [LoongArch] Remove AssemblerPredicate for features: f/d/lsx/lasx/lvz/lbt

hev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 08:34:47 PDT 2023


hev added a comment.

Just like in the Linux kernel, In bare-metal development with Rust, there is also need for compiling targets with software floating-point support to access the floating-point context through hardware floating-point instructions, potentially even within Rust's inline assembly. This should be one of the ways to address the problem.

Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150196



More information about the llvm-commits mailing list