-
Updated
Jun 25, 2020 - Java
sse
Here are 402 public repositories matching this topic...
Conan package
-
Updated
Jul 8, 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
Jun 18, 2020 - C++
-
Updated
Jul 7, 2020 - JavaScript
We should add WASM simd128 implementations of as many SSE/SSE2/etc. functions as possible.
Some of the functions won't see much, if any, improvements since we already have GCC-style vector extension and OpenMP SIMD support. The real benefit will be for the functions that can't use GCC-style vectors. For example, saturated operations, min/max, etc. And of course there will be a lot of cases w
-
Updated
May 29, 2020 - C++
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 30, 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
Jun 30, 2020 - PHP
-
Updated
Apr 17, 2020 - C++
Tracking issue
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