search for: math_

Displaying 3 results from an estimated 3 matches for "math_".

Did you mean: math
2003 Jul 16
0
again: smbmount and PCShare
...mbmount works well, but I can't copy a file to the mounted file system. The SMB Command which fails is the "Create (0x03)". Has anybody an idea what the error code "Unknown SMB, from NT 3.5 response" means? Below the trace I did with ethereal (ethereal 0.9.6-59). Thanks math_ --------------------- the create request from the linux client ------------------------------------ Frame 6 (130 on wire, 130 captured) SMB (Server Message Block Protocol) SMB Header Server Component: SMB Response in: 7 SMB Command: Create (0x03) Error Class: S...
2018 Aug 21
4
different output with fast-math flag
This is of course not homework. I am trying to understand how fast math optimizations work in llvm. When I compared IR for both the programs, the only thing I have noticed is that fdiv and fmul are replaced with fdiv fast and fmul fast. Not sure what happens in fdiv fast and fmul fast. I feel that its because d/max is really small number and fast-math does not care about small numbers and consider
2003 Jul 12
0
smbmount and PCShare [Helios]
I tried to mount a PCShare file system with smbmount and was surprised to see that there is a problem while writing files to the mounted file system. I can read everything and move things an make directories within the shared file system. But if I try to copy a file from the local disk (LINUX SuSE 8.1) to the shared file system I get an I/O error. I suppose that this is not a permission