[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51087: [PATCH] gnu: Add simdjson.
From: |
Ludovic Courtès |
Subject: |
bug#51087: [PATCH] gnu: Add simdjson. |
Date: |
Thu, 14 Oct 2021 14:58:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Greg,
Greg Hogan <code@greghogan.com> skribis:
> From a260708c520c744e492671914af02c5129ae9b4d Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Mon, 27 Sep 2021 14:20:03 +0000
> Subject: [PATCH] gnu: Add simdjson.
>
> * gnu/packages/cpp.scm (simdjson): New variable.
Applied, thanks!
I was afraid of seeing ‘-mavx512’ or ‘-mtune=native’ flags, but
apparently there’s nothing like that, so I suppose it just builds for
the common ISA SIMD denominator?
> + (arguments
> + '(#:tests? #f ; tests require downloading
> dependencies
IWBN to see if we can get them to run, using packaged dependencies.
Ludo’.