add media-gfx/blender
This commit is contained in:
parent
4ab59d1924
commit
e437f8c29b
6 changed files with 337 additions and 0 deletions
12
packages/media-gfx/blender/files/util_sseb.patch
Normal file
12
packages/media-gfx/blender/files/util_sseb.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/intern/cycles/util/util_sseb.h
|
||||
+++ b/intern/cycles/util/util_sseb.h
|
||||
@@ -116,7 +116,7 @@ __forceinline const sseb unpacklo( const sseb& a, const sseb& b ) { return _mm_u
|
||||
__forceinline const sseb unpackhi( const sseb& a, const sseb& b ) { return _mm_unpackhi_ps(a, b); }
|
||||
|
||||
template<size_t i0, size_t i1, size_t i2, size_t i3> __forceinline const sseb shuffle( const sseb& a ) {
|
||||
- return _mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0));
|
||||
+ return _mm_castsi128_ps(_mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0)));
|
||||
}
|
||||
|
||||
template<> __forceinline const sseb shuffle<0, 1, 0, 1>( const sseb& a ) {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue