VC and Visual Studio on Win7
Matthias Kretz
[please enable javascript to see the address]
Fri Feb 17 18:04:06 CET 2012
Hi,
On Friday 17 February 2012 16:17:59 Werner Oestringer wrote:
> VC looks very interesting to me. For now I was programming SSE/AVX with
> inline assembler. It is clear that the VC solution would be much better.
Good decision! :)
BTW, especially since you're working with MSVC, I recommend to use proper
capitalization for Vc - with a lower-case c -- while Visual C++ is abbreviated
as VC.
> I’m working with Visual Studio 2010 Express. When I try to compile I get a
> lot of Errors. Maybe I have done something wrong.
Probably not your fault. The basic problem is that
a) nobody really wanted to use Vc with VC yet
b) all the work I do is on and for Linux systems
c) there is no feedback from windows testers (yet), e.g. nightly builds would
be very useful
If you're using the 0.5 release you're out of luck. I made the master branch
compile on MSVC (on 32bit WinXP - without AVX) at some point, but it's
probably broken again. If you take an older revision like e.g. 891aee91 you're
chances (at least with SSE) are very good that it works.
You can download it as a tarball from gitorious:
http://gitorious.org/vc/vc/archive-tarball/891aee91
Please report any issues you find.
Best regards,
Matthias Kretz
--
Dipl.-Phys. Matthias Kretz
http://compeng.uni-frankfurt.de/?mkretz
SIMD easy and portable: http://compeng.uni-frankfurt.de/?vc
More information about the Vc
mailing list