File: simde

package info (click to toggle)
fermi-lite 0.1%2Bgit20190320.b499514-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 748 kB
  • sloc: ansic: 5,196; makefile: 72; sh: 17
file content (14 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: use the simde header library for greater compatibility
--- fermi-lite.orig/ksw.c
+++ fermi-lite/ksw.c
@@ -25,7 +25,8 @@
 
 #include <stdlib.h>
 #include <stdint.h>
-#include <emmintrin.h>
+#define SIMDE_ENABLE_NATIVE_ALIASES
+#include <simde/x86/sse2.h>
 #include "ksw.h"
 
 #ifdef __GNUC__