-
Updated
Jun 8, 2020 - Java
sse
Here are 397 public repositories matching this topic...
Conan package
-
Updated
Jun 6, 2020 - C++
I am sorry but I don't know how to put it into an Issue format, so I have to explain it plainly.
Dear contributors,
It seems that every source file in Vc library has the following copyright notice:
/* This file is part of the Vc library. {{{
Copyright © 2009-2015 XXX <xxx@example.com>
Redistribution and use in source and binary forms, with or without
modification, are permitte-
Updated
Jan 22, 2020 - C++
The dynamic dispatch example, as described in documentation seems to work using the Makefile approach.
However, with a CMake file, using the appropriate CMake module, the build fails with error:
main.cpp:(.text+0x5): undefined reference to print_arch()'
At least on x86, the fastest intrinsics for shuffling the contents of a vector or blending data from two vectors take an immediate operand, which must be a compile-time constant. So there would be a use case for a compile-time version of xsimd::select(), as it could use these faster instructions.
An example of prior art for this is the shuffle() instruction family in bSIMD:
The YARD documentation in the C files is missing some YARD documentation tags, such as @param, @return...
...I would love help with this.
It's easy to take a source file at a time or maybe even fix the documentation for a single function or two at a time.
Great start for newcomers who want to help in on an open source project.
Docs about dest param :
"You can pass all parameter same (this is similar to m1 *= m1), you can pass dest as m1 or m2 (this is similar to m1 *= m2)" (c)
But some functions behave differently. For example:
vec3 A = {0,0,2};
vec3 B = {2,0,0};
glm_vec3_cross(A, B, A); // A = {0, 4, -8} was expected A = {0, 4, 0}
-
Updated
May 26, 2020 - C++
-
Updated
May 24, 2020 - JavaScript
-
Updated
May 29, 2020 - C++
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 8, 2020 - C#
Adopt gitpod
https://www.gitpod.io/ could help to jump into development
-
Updated
Apr 16, 2020 - Swift
-
Updated
Feb 25, 2020 - C
-
Updated
Mar 11, 2020 - PHP
Tracking issue
-
Updated
Apr 17, 2020 - C++
Hi there,
I am an experienced C++ programmer but I'm completely lost when it comes to SIMD operations. Currently I'm trying your library for over a week and I still cannot figure out, how to get it to be more performant than the straight forward way.
In my particular case, I am trying to create a SAXPY operation according to BLAS standard using SIMD operations. My vectors are huge and still th
MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。 本文将通过实例方式,介绍下如何整合Spring
Improve this page
Add a description, image, and links to the sse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sse topic, visit your repo's landing page and select "manage topics."
Hello,
Do you know about Conan?
Conan is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers.
Here you can find example, how you can create package for the library.
If you have any questions, j