mirror of
https://github.com/rdolbeau/VexRiscvBPluginGenerator.git
synced 2025-04-18 18:44:42 -04:00
defines RISC-V as little-endian
This commit is contained in:
parent
423bcc6b24
commit
a0db6a9e23
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#define ECRYPT_LITTLE_ENDIAN
|
||||
#elif defined(__INTEL_COMPILER) /* x86 (surely Intel compiler icl.exe) */
|
||||
#define ECRYPT_LITTLE_ENDIAN
|
||||
#elif defined(__riscv)
|
||||
#define ECRYPT_LITTLE_ENDIAN
|
||||
|
||||
/*
|
||||
* The BIG endian machines:
|
||||
|
|
Loading…
Add table
Reference in a new issue