Skip to content

Commit

Permalink
RISCV_ENCOMPASSING_ARENA is supported on 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Jun 21, 2024
1 parent 367cc7f commit 68f745f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ if (RISCV_EXPERIMENTAL)
# the entire memory space, allowing for more efficient memory
# accesses, but is only available for 32-bit RISC-V.
option(RISCV_ENCOMPASSING_ARENA "Enable encompassing memory arena" OFF)
if (RISCV_ENCOMPASSING_ARENA AND NOT RISCV_32I)
message(FATAL_ERROR "RISCV_ENCOMPASSING_ARENA requires RISCV_32I to be enabled")
endif()
if (RISCV_ENCOMPASSING_ARENA)
# Encompassing arena implies flat read-write arena
set(RISCV_FLAT_RW_ARENA ON)
Expand Down

0 comments on commit 68f745f

Please sign in to comment.