summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-05-15 01:05:04 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-30 12:31:58 +0200
commit7f2b788a7d4649f0164e995d6ac18a4f55d3e98a (patch)
tree7a560ffdae259517d7886434e4c5f0897d38f406 /nixos
parent7c3e7b33163b5ec37b66da127972d4d875ad0a39 (diff)
release-notes: mention that powerpc64 now uses IEEE-standard floats
(cherry picked from commit c87e1115d75fffc0b83a0f94f32c93e47f13cc15)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 573d235d94439..0623e812e7d84 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -526,6 +526,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The `services.fwupd` module now allows arbitrary daemon settings to be configured in a structured manner ([`services.fwupd.daemonSettings`](#opt-services.fwupd.daemonSettings)).
 
+- Nixpkgs now uses [IEEE-standard floating point arithmetic](https://github.com/NixOS/nixpkgs/pull/170215) on `powerpc64le-linux`.
+
 - `services.xserver.desktopManager.plasma5.phononBackend` now defaults to vlc according to [upstrean recommendation](https://community.kde.org/Distributions/Packaging_Recommendations#Non-Plasma_packages)
 
 - The `zramSwap` is now implemented with `zram-generator`, and the option `zramSwap.numDevices` for using ZRAM devices as general purpose ephemeral block devices has been removed.