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: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Command-line option changes
26
26
---------------------------
27
27
28
28
* The option `--sysimage-native-code=no` has been deprecated.
29
+
* The `JULIA_CPU_TARGET` environment variable now supports a `sysimage` keyword to match (or extend) the CPU target used to build the current system image ([#58970]).
29
30
30
31
Multi-threading changes
31
32
-----------------------
@@ -47,6 +48,7 @@ New library functions
47
48
*`ispositive(::Real)` and `isnegative(::Real)` are provided for performance and convenience ([#53677]).
48
49
* Exporting function `fieldindex` to get the index of a struct's field ([#58119]).
49
50
*`Base.donotdelete` is now public. It prevents deadcode elemination of its arguments ([#55774]).
51
+
*`Sys.sysimage_target()` returns the CPU target string used to build the current system image ([#58970]).
0 commit comments