Fix MIPS assembly code to work with newer GCC, where the "=h" constraint is no longer supported. --- libmad/fixed.h.orig 2004-02-16 21:02:03.000000000 -0500 +++ libmad/fixed.h 2011-10-29 18:47:21.000000000 -0400 @@ -304,8 +304,8 @@ * significant bit depends on OPT_ACCURACY via mad_f_scale64(). */ # define MAD_F_MLX(hi, lo, x, y) \ - asm ("mult %2,%3" \ - : "=l" (lo), "=h" (hi) \ + asm ("mult %2,%3\n\tmfhi %1" \ + : "=l" (lo), "=r" (hi) \ : "%r" (x), "r" (y)) # if defined(HAVE_MADD_ASM) o'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/linux-initrd.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-08-25 11:30:49 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-08-25 11:55:11 +0200
commitdfa373069df55bb4eb6e13792336db8e0fb85d1d (patch)
tree7178336ed7315fc6b35f19c240c99067ca702442 /gnu/system/linux-initrd.scm
parentee221461c3ce52733906ba37e5c9c3dfa562c5af (diff)
downloadguix-dfa373069df55bb4eb6e13792336db8e0fb85d1d.tar.gz
guix-dfa373069df55bb4eb6e13792336db8e0fb85d1d.zip
gnu: Add r-glmpca.
* gnu/packages/cran.scm (r-glmpca): New variable.
Diffstat (limited to 'gnu/system/linux-initrd.scm')