File: sse3.sh

package info (click to toggle)
xsimd 14.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,144 kB
  • sloc: cpp: 41,628; sh: 541; makefile: 184; python: 117
file content (24 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
exit_code=0
for instr in `grep -o -E '^_mm_[a-z1Z0-9_]+' $0`
do
    if ! grep -q -r $instr ../include-refactoring
    then
        echo $instr
        exit_code=1
    fi
done
exit $exit_code

# Instructions below starting with a # are known to be unused in xsimd
#_mm_addsub_pd
#_mm_addsub_ps
_mm_hadd_pd
_mm_hadd_ps
#_mm_hsub_pd
#_mm_hsub_ps
#_mm_lddqu_si128
#_mm_loaddup_pd
#_mm_movedup_pd
#_mm_movehdup_ps
#_mm_moveldup_ps