Revert "RISC-V: Enable builtin __riscv_mul with Zmmul extension."

This reverts commit 2990f5802a.
This commit is contained in:
Jeff Law 2024-10-09 16:21:56 -06:00
parent 7ac96b05cf
commit e889235cb0

View file

@ -123,7 +123,7 @@ riscv_cpu_cpp_builtins (cpp_reader *pfile)
if (TARGET_ATOMIC)
builtin_define ("__riscv_atomic");
if (TARGET_ZMMUL)
if (TARGET_MUL)
builtin_define ("__riscv_mul");
if (TARGET_DIV)
builtin_define ("__riscv_div");