issues Search Results · repo:VcDevel/Vc language:C++
Filter by
262 results
(79 ms)262 results
inVcDevel/Vc (press backspace or delete to remove)This is because ABI requires doubles to be passed via SSE registers.
The problem was found in the FreeBSD port devel/vc while running tests.
yurivict
- Opened on Jul 16, 2024
- #366
From the ROOT tracker ( this is a Vc issue) https://github.com/root-project/root/issues/11934 (Thanks to
https://github.com/telzhov for the original report, copied here as it was!)
Describe the bug
!-- ...
dpiparo
- 3
- Opened on Apr 25, 2024
- #365
I am dealing with a codebase which copies data from a float_v type object to an float[] array. The code checks if there
is sufficient size, say for 4 for __m128, to cast it to float_v or use gather with ...
Akhil-CM
- Opened on Nov 21, 2023
- #362
Hello everyone! I am working on implementing a tool to assess the complexity of CPU architecture porting. It primarily
focuses on RISC-V architecture porting. In fact, the tool may have an average estimate ...
wangyuliu
- 1
- Opened on Nov 16, 2023
- #361
=== Testing for vc-1.4.4
-- Detected Compiler: Clang 16.0.6
-- Detected CPU: generic
-- Configuring done (0.1s)
-- Generating done (0.0s)
-- Build files have been written to: /usr/ports/devel/vc/work/.build ...
yurivict
- 1
- Opened on Oct 7, 2023
- #358
When including Vc.h, ROOT Math disables several compiler diagnostics to avoid warnings in the CI and nightlies:
https://github.com/root-project/root/blob/0fd27057b7b25e777ea642dfcc216ab27a6ece0d/math/mathcore/inc/Math/Types.h ...
guitargeek
- 5
- Opened on Jun 12, 2023
- #355
During compilation of Geant4 visualization/OpenGL/src/G4OpenGLImmediateXViewer.cc, I encountered an error. It seems that
the enumerator value None in the simdize.h header file of Vc conflicts with the ...
type: incompatibility
dkonst13
- 1
- Opened on Mar 8, 2023
- #353
Dear all!
I d like to attract your attention to my new library [zimt](https://github.com/kfjahnke/zimt zimt - C++11 template
library to process n-dimensional arrays with multi-threaded SIMD code ). I ...
kfjahnke
- Opened on Jan 28, 2023
- #352
error C2668: Vc_1::AvxIntrinsics::_mm_setallone_si128 : ambiguous call to overloaded function
could be Vc_1::AvxIntrinsics::m128i Vc_1::AvxIntrinsics::_mm_setallone_si128(void)
or __m128i ...
comradenikola
- Opened on Dec 18, 2022
- #351
最新的Vc版本的Vc/sse/Detail.h中看到min(__m128i,uchar)和max(__m128i,uchar)中出现了问题,函数中应该使用的是min(__m128i,__m128i,uchar())或max(__m128i,__m128i,uchar()),而实际使用的是schar()
测试如下: https://godbolt.org/z/eEYjYTrnf
type: bug
wjr-z
- 4
- Opened on Dec 9, 2022
- #349

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.