Skip to content

Commit bb10fe8

Browse files
Claudiu Zissulescuartemiy-volkov
authored andcommitted
arc64: Enable div/rem instructions by default
1 parent 8292319 commit bb10fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config/arc64/arc64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ extern const enum reg_class arc64_regno_to_regclass[];
533533

534534
/* DIVREM options. */
535535
#undef TARGET_ARC64_DIVREM_DEFAULT
536-
#define TARGET_ARC64_DIVREM_DEFAULT 0
536+
#define TARGET_ARC64_DIVREM_DEFAULT 1
537537

538538
/* IFCVT macros. */
539539
#define STORE_FLAG_VALUE 1

0 commit comments

Comments
 (0)