search for: l1750

Displaying 6 results from an estimated 6 matches for "l1750".

Did you mean: 1750
2019 May 04
2
Vectorizing minimum without function attributes
...s, although the vectorizer seems to ignore these intrinsics. Beyond this specific case, it would be nice to be sure when is it ever necessary to set these function attributes, e.g. https://github.com/llvm/llvm-project/blob/8205a814a691bfa62fed911b58b0a306ab5efe31/clang/lib/CodeGen/CGCall.cpp#L1743-L1750 What would be a way to control the vectorization for `min` without having to rely on that function attribute? And furthermore, could LLVM optimizations conceivably depend only on instruction flags, and not ever on function attributes? What would be necessary to achieve this? Thanks, -- Nicolau...
2006 Sep 29
1
[Fwd: Re: Samba print problem (everything looks right)]
...written on > C:\WinNT\System32\spool\drivers\... (I have removed him in advance to > test this). There was a bug in the cupssmbadd program that stripped all end-of-line characters during the conversion. (Many thanks to Vincent Nicolas for catching this!) See http://www.cups.org/str.php?L1750 Brian ( bcwhite@precidia.com ) ------------------------------------------------------------------------------- BREAKFAST.COM Halted... Cereal Port Not Responding -- To unsubscribe from this list go to the f...
2006 Apr 25
3
rake test:units fails on Postgresql due to nil
...ils.html?page=2 I get through the: rake db:migrate With the tables created properly but then when I run the: rake test:units I get a failure: ActiveRecord::StatementInvalid: RuntimeError: ERROR C23502 Mnull value in column "title" violates not-null constraint FexecMain.c L1750 RExecConstraints: INSERT INTO books ("id") VALUES (2) My only departure from the directions is to use postgresql rather than mysql as the database adapter. -- Posted via http://www.ruby-forum.com/.
2019 May 04
2
Vectorizing minimum without function attributes
...t; seems to ignore these intrinsics. > > Beyond this specific case, it would be nice to be sure when is it ever > necessary to set these function attributes, e.g. > > https://github.com/llvm/llvm-project/blob/8205a814a691bfa62fed911b58b0a306ab5efe31/clang/lib/CodeGen/CGCall.cpp#L1743-L1750 > > What would be a way to control the vectorization for `min` without having > to rely on that function attribute? And furthermore, could LLVM > optimizations conceivably depend only on instruction flags, and not ever on > function attributes? What would be necessary to achieve this...
2019 May 06
2
Vectorizing minimum without function attributes
...;>> >>> Beyond this specific case, it would be nice to be sure when is it ever >>> necessary to set these function attributes, e.g. >>> >>> https://github.com/llvm/llvm-project/blob/8205a814a691bfa62fed911b58b0a306ab5efe31/clang/lib/CodeGen/CGCall.cpp#L1743-L1750 >>> >>> What would be a way to control the vectorization for `min` without >>> having to rely on that function attribute? And furthermore, could LLVM >>> optimizations conceivably depend only on instruction flags, and not ever on >>> function attributes?...
2006 May 22
3
Samba Print Problem (Everything Looks Right)
I'm trying to get Samba to print with CUPS and the universal postscript driver. I've followed the HOWTO at http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/CUPS-printing.html (a truely great work, IMO). However, I cannot get a WinXP or Win2K machine to automatically install the driver when I double-click on the printer after browsing the share. I've done everything up