Revert "RISC-V: Enable builtin __riscv_mul with Zmmul extension."
This reverts commit 2990f5802a
.
This commit is contained in:
parent
7ac96b05cf
commit
e889235cb0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue