svn commit: r317144 - head/contrib/zstd/lib/common

John Baldwin jhb at freebsd.org
Wed Apr 19 17:47:23 UTC 2017


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


More information about the svn-src-all mailing list