mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-31 07:31:02 +00:00
experimentally switch to rv64
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
target datalayout = "e-m:e-p:32:32-i64:64-n32-S128"
|
||||
target triple = "riscv32-unknown-unknown-elf"
|
||||
; target datalayout = "e-m:e-p:32:32-i64:64-n32-S128"
|
||||
; target triple = "riscv32-unknown-unknown-elf"
|
||||
target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128"
|
||||
target triple = "riscv64-unknown-unknown-elf"
|
||||
|
||||
define dso_local noundef i256 @__bswap(i256 noundef %0) local_unnamed_addr #0 {
|
||||
%2 = tail call i256 @llvm.bswap.i256(i256 %0)
|
||||
|
||||
Reference in New Issue
Block a user