Date: Wed, 19 Apr 2017 09:59:02 -0700 From: John Baldwin <jhb@freebsd.org> To: Ruslan Bukin <br@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317144 - head/contrib/zstd/lib/common Message-ID: <3162397.lBpeitT6v2@ralph.baldwin.cx> In-Reply-To: <201704191524.v3JFOYiK061287@repo.freebsd.org> References: <201704191524.v3JFOYiK061287@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, April 19, 2017 03:24:34 PM Ruslan Bukin wrote: > Author: br > Date: Wed Apr 19 15:24:33 2017 > New Revision: 317144 > URL: https://svnweb.freebsd.org/changeset/base/317144 > > Log: > Don't use __builtin_bswap for RISC-V due to undefined reference > in compiler. > > This unbreaks RISC-V world build. > > Sponsored by: DARPA, AFRL We should probably add an implementation of __bswapdi2() for riscv to libcompiler_rt instead? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3162397.lBpeitT6v2>