about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-05-25 00:03:40 +0300
committerGitHub <noreply@github.com>2023-05-25 00:03:40 +0300
commit05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b (patch)
treea378bf2e414154431148ae62c28f33a32f4b73c2 /nixos
parentdb38340b4d9a987db4cd4e46a537851d27bc6f44 (diff)
parentc87e1115d75fffc0b83a0f94f32c93e47f13cc15 (diff)
downloadnixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar.gz
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar.bz2
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar.lz
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar.xz
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.tar.zst
nixlib-05bf5e1c91d9190e4345d3fe32a7a607a3d4e23b.zip
Merge pull request #232001 from amjoseph-nixpkgs/pr/release-notes/powerpc-ieee-long-double
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 9d7387a75af6..4984dc7f7743 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -522,6 +522,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.