search for: nds32le

Displaying 5 results from an estimated 5 matches for "nds32le".

2009 Jun 04
1
[LLVMdev] endian issue of llvm-gcc and llvm backend
...function: _ashldi3, the following is the fragment of this function: little endian: ============================================= ...... target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "nds32le-linux" define i64 @__ashldi3(i64 %u, i32 %b) nounwind readnone { entry: %0 = icmp eq i32 %b, 0 ; <i1> [#uses=1] br i1 %0, label %bb5, label %bb1 bb1: ; preds = %entry %1 = trunc i64 %u to i32 ; <i32> [#uses=3] %2...
2020 Jul 28
0
[vhost:vhost 40/45] drivers/virtio/virtio_vdpa.c:301:9: error: void value not ignored as it ought to be
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost head: 84d40e4b4bc64456abf5ef5663871053b40e84ac commit: 03750f7fa49f9384911059fe16f5367b7e86f99d [40/45] virtio_vdpa: legacy features handling config: nds32-randconfig-r003-20200728 (attached as .config) compiler: nds32le-linux-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 03750f7fa49f9384911059fe16f5367b7e86f99d # save the attached .config to lin...
2009 Jun 05
0
[LLVMdev] endian issue of llvm-gcc and llvm backend
...e > fragment of this function: > > little endian: > ============================================= > ...... > target datalayout = > "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" > target triple = "nds32le-linux" > > define i64 @__ashldi3(i64 %u, i32 %b) nounwind readnone { > entry: > %0 = icmp eq i32 %b, 0 ; <i1> [#uses=1] > br i1 %0, label %bb5, label %bb1 > > bb1: ; preds = %entry > %1 = trunc i64 %u to i32...
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2020 Apr 06
1
[PATCH v3 1/2] virtio: stop using legacy struct vring in kernel
struct vring (in the uapi directory) and supporting APIs are kept around to solely avoid breaking old userspace builds. It's not actually part of the UAPI - it was kept in the UAPI header by mistake, and using it in kernel isn't necessary and prevents us from making changes safely. In particular, the APIs actually assume the legacy layout. Add an internal kernel-only struct vring, add