[med-svn] [Git][med-team/kmc][master] 2 commits: Adjust simde patch for i386

Michael R. Crusoe gitlab at salsa.debian.org
Fri Jan 22 13:00:26 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / kmc


Commits:
ff8431e5 by Michael R. Crusoe at 2021-01-22T13:37:25+01:00
Adjust simde patch for i386

- - - - -
4edc5372 by Michael R. Crusoe at 2021-01-22T13:43:52+01:00
release 3.1.1+dfsg-3

- - - - -


2 changed files:

- debian/changelog
- debian/patches/simde


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+kmc (3.1.1+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * Adjust simde patch to fix i386 FTFBS.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Fri, 22 Jan 2021 13:43:22 +0100
+
 kmc (3.1.1+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/simde
=====================================
@@ -53,6 +53,24 @@ Description: support non-x86 systems via libsimde-dev
  
  #ifndef WIN32
  typedef long long __int64;
+@@ -27,7 +27,7 @@
+ 	__int64* src = (__int64 *)_src;
+ 
+ 	for (unsigned i = 0; i < size; ++i)
+-		_mm_stream_si64(dest + i, src[i]);
++		simde_mm_stream_si64(SIMDE_CHECKED_REINTERPRET_CAST(int64_t*, __int64*, dest + i), src[i]);
+ }
+ 
+ 
+@@ -41,7 +41,7 @@
+ 		__int64* src = (__int64*)_src;
+ 
+ 		for (unsigned i = 0; i < SIZE; ++i)
+-			_mm_stream_si64(dest + i, src[i]);
++			simde_mm_stream_si64(SIMDE_CHECKED_REINTERPRET_CAST(int64_t*, __int64*, dest + i), src[i]);
+ 	}
+ };
+ 
 @@ -89,4 +89,4 @@
  
  #endif



View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/63615ec8dbaee3262108178c990039f0bae8f872...4edc53726ddadfaac6e3a7db4e225e608a7a6e74

-- 
View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/63615ec8dbaee3262108178c990039f0bae8f872...4edc53726ddadfaac6e3a7db4e225e608a7a6e74
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210122/c0354d68/attachment-0001.html>


More information about the debian-med-commit mailing list