[PATCH] D102839: [RISCV][Clang] Add -mno-div option to disable hardware int division

ksyx via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 26 17:41:58 PDT 2021


ksyx added a comment.

So it seems the better way to do this would definitely by adding a subextension as the spec had changed. But I'd like  also to ask how will GCC deal with this option, and should we make this option an alias to turn off M extension and turn on ZMMul extension?


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

https://reviews.llvm.org/D102839



More information about the cfe-commits mailing list