Skip to content

feat: add riscv64 architecture support - #388

Merged
BLumia merged 1 commit into
linuxdeepin:masterfrom
Zeno-sole:master
Apr 10, 2024
Merged

feat: add riscv64 architecture support#388
BLumia merged 1 commit into
linuxdeepin:masterfrom
Zeno-sole:master

Conversation

@Zeno-sole

Copy link
Copy Markdown
Contributor

add riscv64 architecture support

Log:

  add riscv64 architecture support

Log:
@Zeno-sole

Copy link
Copy Markdown
Contributor Author

Macro definitions in riscv64 environment in gcc and clang

#define __riscv 1
#define __riscv_a 2000000
#define __riscv_arch_test 1
#define __riscv_atomic 1
#define __riscv_c 2000000
#define __riscv_cmodel_medlow 1
#define __riscv_compressed 1
#define __riscv_d 2000000
#define __riscv_div 1
#define __riscv_f 2000000
#define __riscv_fdiv 1
#define __riscv_flen 64
#define __riscv_float_abi_double 1
#define __riscv_fsqrt 1
#define __riscv_i 2000000
#define __riscv_m 2000000
#define __riscv_mul 1
#define __riscv_muldiv 1
#define __riscv_xlen 64

@deepin-bot

deepin-bot Bot commented Mar 19, 2024

Copy link
Copy Markdown

TAG Bot

New tag: 0.7.6
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #390

@deepin-bot

deepin-bot Bot commented Mar 27, 2024

Copy link
Copy Markdown

TAG Bot

New tag: 0.7.7
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #394

@deepin-bot

deepin-bot Bot commented Apr 3, 2024

Copy link
Copy Markdown

TAG Bot

New tag: 0.7.8
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #401

@Zeno-sole

Copy link
Copy Markdown
Contributor Author

/retest

@deepin-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: BLumia, Zeno-sole

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@BLumia
BLumia merged commit af45d4e into linuxdeepin:master Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants