Patch copied from Debian: https://anonscm.debian.org/cgit/pkg-games/lierolibre.git/tree/debian/patches/0001-Use-unaligned-access-define-over-checking-arch.patch?id=82910748906855f6e6bfe30b3f077e8c793ae424 From 396f19b6b7743d394307f70f0c0108419824437b Mon Sep 17 00:00:00 2001 From: Martin Erik Werner Date: Sun, 28 Jun 2015 16:31:34 +0200 Subject: [PATCH 1/3] Use unaligned access define over checking arch This todo item seems like it done, and just needed implementing... --- io/encoding.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gvl/io/encoding.hpp b/src/gvl/io/encoding.hpp index c491677..89bb612 100644 --- a/src/gvl/io/encoding.hpp +++ b/src/gvl/io/encoding.hpp @@ -374,7 +374,7 @@ struct octet_stream_writer // inlining of the common case if(std::size_t(end_ - cur_) >= len) { -#if GVL_X86 || GVL_X86_64 // TODO: A define that says whether unaligned access is allowed +#if GVL_UNALIGNED_ACCESS if(len < 64) // TODO: Tweak this limit { while(len > 4) -- 2.4.6 ref='/guix/refs/?id=87483b907d5db4b329efa13bab78125ed2a9325c'>refslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2019-03-27vm: Ask QEMU for more RAM in the VM that makes ISO9660 images....Ludovic Courtès
2019-03-25system: Add 'essential-services' field to <operating-system>....Ludovic Courtès
2019-03-24vm: 'virtualized-operating-system' inherits from the user's bootloader config....Ludovic Courtès
2019-03-22vm: 'system-docker-image' calls 'sync' before rebooting....Ludovic Courtès
2019-03-17vm: 'expression->derivation-in-linux-vm' leads to a kernel panic upon failure....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2019-02-11pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'....Ludovic Courtès
2019-01-22vm: Remove unnecessary import....Ludovic Courtès
2018-11-21linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès
2018-11-18vm: Remove explicit calls to 'operating-system-derivation'....Ludovic Courtès
2018-11-18system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès
2018-11-18linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès
2018-11-18system: Simplify kernel argument handling....Ludovic Courtès
2018-09-23vm: Use "cache=loose" for all 9p mounts....Ludovic Courtès
2018-09-23vm: Disable deduplication for 'guix system vm-image'....Ludovic Courtès
2018-09-07vm: Make UUID computation really deterministic....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès