CIA.vc
Vc
SIMD Vector Classes for C++
Stats » Projects » Vc
informationsyndicateUTC clock
10:29 on May 28, 2012
event counters
The last message was received 2.63 days ago at 19:25 on May 25, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 64 messages last week
214 messages so far this month, 267 messages last month
2050 messages since the first one, 1.74 years ago, for an average of 7.44 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
15:00 FridayVc
Commit by Matthias Kretz on Vc:fix_c++11 :: r52ef85a2afcf /tests/ulp.h: (link)
with C++11 we have to be explicit about the namespace of isnan
#
10:27 FridayVc
Commit by Matthias Kretz on Vc:master :: rcf4ce3b4f50f /CMakeLists.txt: (link)
also disable the C++11 targets
#
10:22 FridayVc
Commit by Matthias Kretz on Vc:master :: rfc3e33f95fbd /cmake/AddCompilerFlag.cmake: (link)
GCC doesnt like a - in a -D name so we better replace - with _ too
#
07:53 FridayVc
Commit by Matthias Kretz on Vc:master :: r46e4445d9746 / (common/support.h support.cpp): (link)
ok, keep SSE, just no SSE2 yet
#
12:41 ThursdayVc
Commit by Matthias Kretz on Vc:master :: r697a6925e6eb /doc/dox.h: (link)
update dox about implicit broadcast ctor
#
12:26 ThursdayVc
Commit by Matthias Kretz on Vc:master :: re79ca4cc7bf4 /CTestCustom.cmake: (link)
skip one more custom warning that I do not need on the dashboard
#
11:58 ThursdayVc
Commit by Matthias Kretz on Vc:master :: rf6c47adcdf0e / (3 files in 3 dirs): (link)
Revert "use broadcast ctor explicitly on initialization"
#
11:43 ThursdayVc
Commit by Matthias Kretz on Vc:master :: rdff1a771dd25 /examples/buddhabrot/main.cpp: (link)
fix narrowing conversion as indicated by -Wnarrowing
#
11:38 ThursdayVc
Commit by Matthias Kretz on Vc:master :: r023ad1fc9b52 /scalar/math.h: (link)
missing macro.h include - detected by recent change in const.h
#
11:33 ThursdayVc
Commit by Matthias Kretz on Vc:master :: re1fd3bc8152d /common/ (const.h macros.h undomacros.h): (link)
use constexpr with C++11 for Vc::Math constants
#
11:13 ThursdayVc
Commit by Matthias Kretz on Vc:master :: r54920de87bba / (3 files in 3 dirs): (link)
implement runtime checks for XOP and FMA4
#
11:11 ThursdayVc
Commit by Matthias Kretz on Vc:master :: r782ae6bf6620 /vector.cpp: (link)
ensure that the constants in libVc are in .rodata
#
11:09 ThursdayVc
Commit by Matthias Kretz on Vc:master :: ra4befb51cdbb /common/const.h: (link)
try harder to have the compiler inline the constants
#
11:09 ThursdayVc
Commit by Matthias Kretz on Vc:master :: rcab83c9399a9 / (common/support.h support.cpp): (link)
at least with GCC, ensure that the functions to check for SIMD support do not use SIMD themselves
#
08:20 ThursdayVc
Commit by Matthias Kretz on Vc:master :: r099cfdeca529 /CTestCustom.cmake: (link)
I see and understand the -Wabi warning about Decltype and don't want to do anything about it. So shut up.
#
08:18 ThursdayVc
Commit by Matthias Kretz on Vc:master :: ra56838b80a3e /CTestCustom.cmake: (link)
add warning exceptions where the warnings are from me to the user - no need to see them on the dashboard
#
08:14 ThursdayVc
Commit by Matthias Kretz on Vc:master :: rf3a8facddba6 /CMakeLists.txt: (link)
ah, those test were already marked as ICEing GCC 4.6.0 - so mark the c++11 versions just the same
#
19:47 WednesdayVc
Commit by Matthias Kretz on Vc:master :: rb05effb69754 / (common/macros.h sse/vector.tcc): (link)
explicitly implement shifts with XOP instructions when available. Fixes the compile errors, too
#
15:22 WednesdayVc
Commit by Matthias Kretz on Vc:master :: ra13423a50a74 /cmake/VcMacros.cmake: (link)
ups typo: -Wno-parentheses
#
15:01 WednesdayVc
Commit by Matthias Kretz on Vc:master :: r9c1a936fcc84 /CMakeLists.txt: (link)
disable unnecessary warning #10121: overriding '-xSSE4.2' with '-xAVX'
#