search for: fcvt

Displaying 20 results from an estimated 40 matches for "fcvt".

Did you mean: fct
2018 Aug 28
2
(no subject)
Dear Alex, all, I was looking for fcvt.d.{w,l}{,u} in RISCVInstrInfoD and I'm not sure to understand the current definitions: 138 def FCVT_D_W : FPUnaryOp_r<0b1101001, 0b000, FPR64, GPR, "fcvt.d.w"> { 139 let rs2 = 0b00000; 140 } 141 142 def FCVT_D_WU : FPUnaryOp_r<0b1101001, 0b000, FP...
1997 Dec 16
1
RedHat 5.0 Linux libc to glibc
This was posted on another list I follow and I thought it might be important if you are not already aware of the change: >Between Redhat 4.2 and Redhat 5.0, Redhat changed from libc version 5 to >glibc version 2.0 as the standard C library. This arranges its include >files differently and has resulted in MOST programs needing changes to >compile under Redhat 5.0. Paul Gilbert
2017 Apr 19
3
[cfe-dev] FE_INEXACT being set for an exact conversion from float to unsigned long long
...with just the cast on its own: https://godbolt.org/g/myUoL2 <https://godbolt.org/g/myUoL2> >> >> It appears to be in the LLVM lowering of the fptoui intrinsic so it must MC layer optimisations. >> >> ; Function Attrs: noinline nounwind uwtable >> define i64 @_Z7fcvt_luf(float %f) #0 { >> %1 = alloca float, align 4 >> store float %f, float* %1, align 4 >> %2 = load float, float* %1, align 4 >> %3 = fptoui float %2 to i64 >> ret i64 %3 >> } >> >> GCC performs a comparison with ucomiss and branches wherea...
2017 May 11
3
FENV_ACCESS and floating point LibFunc calls
Thanks, Andy. I'm not sure how to solve that or my case given the DAG's basic-block limit. Probably CodeGenPrepare or SelectionDAGBuilder...or we wait until after isel and try to split it up in a machine instruction pass. I filed my example here: https://bugs.llvm.org/show_bug.cgi?id=33013 Feel free to comment there and/or open a new bug for the FP_TO_UINT case. On Thu, May 11, 2017 at
2015 Apr 29
2
[LLVMdev] [RFC][Float2Int] Converting (fcmp Pred, x * F, y) to (ICmp ...)
> On Apr 29, 2015, at 2:33 PM, Matt Arsenault <arsenm2 at gmail.com> wrote: > >> On Apr 29, 2015, at 10:06 AM, Silviu Baranga <Silviu.Baranga at arm.com <mailto:Silviu.Baranga at arm.com>> wrote: >> >> Note that dividing by an integer constant should be a cheap operation >> compared to FP multiplication and comparison as this would get lowered to a
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
...ed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/ginstall -c checking for egrep... grep -E checking for ar... /usr/bin/ar checking for ranlib... ranlib checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
...eristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes c...
2017 Apr 21
2
[cfe-dev] FE_INEXACT being set for an exact conversion from float to unsigned long long
...ot seeing the full range of LLVM's behaviour. Yes. I’m sure. It reproduces with just the cast on its own: https://godbolt.org/g/myUoL2 It appears to be in the LLVM lowering of the fptoui intrinsic so it must MC layer optimisations. ; Function Attrs: noinline nounwind uwtable define i64 @_Z7fcvt_luf(float %f) #0 { %1 = alloca float, align 4 store float %f, float* %1, align 4 %2 = load float, float* %1, align 4 %3 = fptoui float %2 to i64 ret i64 %3 } GCC performs a comparison with ucomiss and branches whereas Clang computes both forms and predicates the result using a conditiona...
2002 Dec 25
1
Trouble installing samba
...hecking for getpwanam... no > checking for setlinebuf... no > checking for srandom... no > checking for random... no > checking for srand... no > checking for rand... no > checking for setenv... no > checking for usleep... no > checking for strcasecmp... no > checking for fcvt... no > checking for fcvtl... no > checking for symlink... no > checking for readlink... no > checking for syslog... no > checking for vsyslog... no > checking for syscall... no > checking for _dup... no > checking for _dup2... no > checking for _opendir... no > checki...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
.../opt/csw/bin/ggrep -E checking for ar... no checking for ranlib... no checking whether byte ordering is bigendian... no checking for inline... inline checking for flexible array members... yes checking for variable-length arrays... yes checking for flock... no checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... yes checking for on_exit... no checking for strptime... yes checking for setlogmask... yes checking whether LOG_UPTO i...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...64... no checking for setluid... no checking for getpwanam... no checking for setlinebuf... yes checking for srandom... yes checking for random... yes checking for srand... yes checking for rand... yes checking for setenv... yes checking for usleep... yes checking for strcasecmp... yes checking for fcvt... yes checking for fcvtl... no checking for symlink... yes checking for readlink... yes checking for syscall... yes checking for _dup... no checking for _dup2... no checking for _opendir... no checking for _readdir... no checking for _seekdir... no checking for _telldir... no checking for _closedi...
2002 Oct 21
1
compilation probs...
...r ftello64... no checking for setluid... no checking for getpwanam... no checking for setlinebuf... no checking for srandom... no checking for random... no checking for srand... no checking for rand... no checking for setenv... no checking for usleep... no checking for strcasecmp... no checking for fcvt... no checking for fcvtl... no checking for symlink... no checking for readlink... no checking for syslog... no checking for vsyslog... no checking for syscall... no checking for _dup... no checking for _dup2... no checking for _opendir... no checking for _readdir... no checking for _seekdir... no...
2002 Oct 29
1
Problem running ./configure
...r ftello64... no checking for setluid... no checking for getpwanam... no checking for setlinebuf... no checking for srandom... no checking for random... no checking for srand... no checking for rand... no checking for setenv... no checking for usleep... no checking for strcasecmp... no checking for fcvt... no checking for fcvtl... no checking for symlink... no checking for readlink... no checking for syslog... no checking for vsyslog... no checking for syscall... no checking for _dup... no checking for _dup2... no checking for _opendir... no checking for _readdir... no checking for _seekdir... no...
2003 Jun 02
2
./configure --with-pam fails allways
...g for setlinebuf configure:5809: checking for srandom configure:5809: checking for random configure:5809: checking for srand configure:5809: checking for rand configure:5809: checking for setenv configure:5809: checking for usleep configure:5809: checking for strcasecmp configure:5809: checking for fcvt configure:5809: checking for fcvtl configure:5809: checking for symlink configure:5809: checking for readlink configure:5864: checking for syslog configure:5864: checking for vsyslog configure:5921: checking for syscall configure:5977: checking for _dup configure:5977: checking for _dup2 configure:...
2002 Nov 21
0
please can someone help me?
...o64... yes checking for setluid... no checking for getpwanam... no checking for setlinebuf... no checking for srandom... yes checking for random... yes checking for srand... yes checking for rand... yes checking for setenv... no checking for usleep... yes checking for strcasecmp... yes checking for fcvt... yes checking for fcvtl... no checking for symlink... yes checking for readlink... yes checking for syslog... yes checking for vsyslog... no checking for syscall... yes checking for _dup... yes checking for _dup2... yes checking for _opendir... yes checking for _readdir... yes checking for _seekd...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2004 Dec 13
0
samba4 configure error
...e... yes checking for setluid... no checking for getpwanam... no checking for setlinebuf... yes checking for srandom... yes checking for random... yes checking for srand... yes checking for rand... yes checking for setenv... yes checking for usleep... yes checking for strcasecmp... yes checking for fcvt... yes checking for fcvtl... no checking for symlink... yes checking for readlink... yes checking for syslog... yes checking for vsyslog... yes checking for getgrouplist... no checking for timegm... no checking for backtrace... no checking for setbuffer... yes checking for shmget... yes checking fo...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...g for setlinebuf... (cached) yes checking for srandom... (cached) yes checking for random... (cached) yes checking for srand... (cached) yes checking for rand... (cached) yes checking for setenv... (cached) yes checking for usleep... (cached) yes checking for strcasecmp... (cached) yes checking for fcvt... (cached) yes checking for fcvtl... (cached) no checking for symlink... (cached) yes checking for readlink... (cached) yes checking for syslog... (cached) yes checking for vsyslog... (cached) no checking for syscall... (cached) yes checking for _dup... (cached) no checking for _dup2... (cached) n...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
...g for setlinebuf... (cached) yes checking for srandom... (cached) yes checking for random... (cached) yes checking for srand... (cached) yes checking for rand... (cached) yes checking for setenv... (cached) yes checking for usleep... (cached) yes checking for strcasecmp... (cached) yes checking for fcvt... (cached) yes checking for fcvtl... (cached) no checking for symlink... (cached) yes checking for readlink... (cached) yes checking for syslog... (cached) yes checking for vsyslog... (cached) yes checking for syscall... (cached) yes checking for _dup... (cached) no checking for _dup2... (cached)...