You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ The image containing all the necessary tools for development and testing can be
155
155
*`ENABLE_SYSTEM`: Experimental system emulation, allowing booting Linux kernel. To enable this feature, additional features must also be enabled. However, by default, when `ENABLE_SYSTEM` is enabled, CSR, fence, integer multiplication/division, and atomic Instructions are automatically enabled
156
156
*`ENABLE_MOP_FUSION` : Macro-operation fusion
157
157
*`ENABLE_BLOCK_CHAINING` : Block chaining of translated blocks
158
+
*`ENABLE_LOG_COLOR` : Logging with colors (default)
158
159
159
160
e.g., run `make ENABLE_EXT_F=0` for the build without floating-point support.
0 commit comments