浏览代码

Set arch flags to enable intrinsics for the Crypto++ test build

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
5c9c907405
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. +4
    -5
      tests/deps/use-cryptopp/gcc.tc.jsonc

+ 4
- 5
tests/deps/use-cryptopp/gcc.tc.jsonc 查看文件

@@ -1,7 +1,6 @@
{
"compiler_id": 'gnu',
"cxx_version": 'c++17',
"cxx_compiler": 'g++-9',
"flags": '-march=native',
"link_flags": '-static-libgcc -static-libstdc++'
"compiler_id": "gnu",
"cxx_compiler": "g++-9",
// All required for Crypto++ intrinsics:
"flags": "-msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpclmul -maes -mavx -mavx2 -msha",
}

正在加载...
取消
保存