search for: foop

Displaying 8 results from an estimated 8 matches for "foop".

Did you mean: fool
2006 Mar 29
4
Directory Listing outside of app structure
I need to show a directory listing of a folder outside of the Rails app structure. Moving the folder is not an option. In fact, changing anything (including modes) is not possible for the folder. I have working directory listing code in Ruby, but if I call chdir in Rails to set the working directory to a folder outside the app tree, nothing is returned to the browser. It''s fine if I
2010 Feb 04
3
OpenVPN on phones?
It's just come to my attention that newer phones from both Snom and Grandstream support OpenVPN. Is this a new trend or something? Since OpenVPN, in one swell foop, deals with both NAT issues and securing communications, I'd be very interested in hearing if other phone vendors were embracing OpenVPN as well. (Other VPN solutions are all well and good, but I really like the flexibility that OpenVPN offers.) Thanks! -Ken -- This message has been scann...
2013 Jun 07
0
[LLVMdev] NEON vector instructions and the fast math IR flags
...er introduces vector instructions on LLVM-IR level floating point vectors still yield NEON assembly even if compiled with "-mattr=+neon,-neonfp". Is this expected? Cheers, Tobias -------------- next part -------------- ; RUN: llc -march=arm -mattr=+vfp3,+neon < %s | FileCheck %s ; fooP() performs a vector floating point multiplication with full precision ; requirement. Even if we allow neon with -mattr=+neon, NEON should not be used ; to implement this function as it does not comply to the full precision ; requirements (NEON rounds e.g. denormals to zero which reduces precision)...
2013 Jun 07
3
[LLVMdev] NEON vector instructions and the fast math IR flags
On 7 June 2013 07:05, Owen Anderson <resistor at mac.com> wrote: > Darwin uses NEON for floating point, but does *not* (and should not). > globally enable fast math flags. Use of NEON for FP needs to remain > achievable without globally setting the fast math flags. Fast math may > imply reasonably imply NEON, but the opposite direction is not accurate. > > That said, I
2013 Jun 07
2
[LLVMdev] NEON vector instructions and the fast math IR flags
Hi, I was recently looking into the translation of LLVM-IR vector instructions to ARM NEON assembly. Specifically, when this is legal to do and when we need to be careful. I attached a very simple test case: define <4 x float> @fooP(<4 x float> %A, <4 x float> %B) { %C = fmul <4 x float> %A, %B ret <4 x float> %C } If fooP is compiled with "llc -march=arm -mattr=+vfp3,+neon" LLVM happily uses ARM NEON instructions to implement the vector multiply. This is obviously the fastest code that we c...
2007 Feb 12
0
sup 0.0.7 Released
...between sources while preserving all message state. * New commands in thread-view-mode: - ''a'' to add an email to the addressbook - ''S'' to search for all email to/from an email address - ''A'' to kill buffer and archive thread in one swell foop * Removed hoe dependency. -- William <wmorgan-ferret at masanjin.net>
2016 Jul 01
5
Where is krb5.keytab or equivalent?
I'm sure it will not work till you get that module build. :-) Am 01.07.2016 um 20:53 schrieb Mark Foley: > On Fri, 1 Jul 2016 11:55:20 +0200 Achim Gottinger <achim at ag-web.biz> wrote: > >> Do you have /usr/lib/dovecot/modules/auth/libmech_gssapi.so? Maybe at an >> different location. On debian this comes with the dovecot-gssapi package. > That module is nowhere
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering if there is a way to make the process easier and faster? is this what is called by "packing your own gems"? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"