go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Add loongarch64 byteorder

Open zhaixiaojuan opened this issue 1 year ago • 1 comments

The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style. Documentations: ISA: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html ABI: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html More docs can be found at: https://loongson.github.io/LoongArch-Documentation/README-EN.html

zhaixiaojuan avatar Jun 13 '24 11:06 zhaixiaojuan

@zhaixiaojuan The sqlite3-binding.c file is not really part of this repo and is actually a copy of sqlite3.c from the sqlite3 amalgamation distribution.

TLDR: To make this change: it needs to happen in sqlite3. Only then should the sqlite3-binding.c file be updated to reflect the latest release of the sqlite3.

charlievieth avatar Dec 08 '24 07:12 charlievieth