Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b6a79aa63bc6
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cd0c8739d7ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 17, 2018

  1. impureUseNativeOptimizations: add stdenv adapter

    This allows one to force a compiler to use native machine optimizations. This
    goes contrary to all the usual guarantees of Nix and so should be used only by
    end-user and only in specific cases when they know what are they doing.
    
    In my case this is needed to get a noticeable FPS boost in RPCS3 which is very
    CPU-hungry PlayStation 3 emulator.
    abbradar committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    15bfee8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Merge pull request #37600 from abbradar/impureusenative

    impureUseNativeOptimizations: add stdenv adapter
    lukateras committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    cd0c873 View commit details
    Browse the repository at this point in the history