diff options
author | Jack Lloyd <[email protected]> | 2018-08-24 16:36:46 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-24 17:08:39 -0400 |
commit | 10e6b25691312c97219261a6888cd9d880520a64 (patch) | |
tree | bdfd6b817a4d3c3a07f11d6852e425ab40e6982f /src/lib/utils/simd/simd_avx2/info.txt | |
parent | 9b1fb9ddf8a538517e5fc6f972e82d596813055b (diff) |
Move AVX2 wrapper to utils
Diffstat (limited to 'src/lib/utils/simd/simd_avx2/info.txt')
-rw-r--r-- | src/lib/utils/simd/simd_avx2/info.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/utils/simd/simd_avx2/info.txt b/src/lib/utils/simd/simd_avx2/info.txt new file mode 100644 index 000000000..e3d043a12 --- /dev/null +++ b/src/lib/utils/simd/simd_avx2/info.txt @@ -0,0 +1,16 @@ +<defines> +SIMD_AVX2 -> 20180824 +</defines> + +need_isa avx2 + +<header:internal> +simd_avx2.h +</header:internal> + +<cc> +gcc +clang +msvc +icc +</cc> |