File: pkgconfig

package info (click to toggle)
simde 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 58,264 kB
  • sloc: ansic: 817,393; sh: 315; makefile: 45; python: 26
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Add the OpenMP SIMD flags automatically
Forwarded: not-needed

These are supported by both GCC 4.9+ and Clang 6+

--- simde.orig/meson.build
+++ simde/meson.build
@@ -555,6 +555,7 @@
     version : meson.project_version(),
     name : 'SIMDe',
     filebase : 'simde',
+    extra_cflags: ['-DSIMDE_ENABLE_OPENMP', '-fopenmp-simd'],
     description : 'Portable SIMD wrapper library')
 endif