linux - Simd 不在我的 Linux 机器上 : fatal error: simd/simd. h: No such file or directory

标签 linux simd simd-library

我有一个代码库,我可以在我的 mac 上编译和运行,但不能在我的远程 linux 机器上编译和运行,我不确定为什么。

编译时出现错误

fatal error: simd/simd.h: No such file or directory

我正在运行命令

g++ -std=c++11 -c Tester.cpp

我一直在尝试安装 simd,但我无法在任何地方找到相关说明。我一定是没找对地方吧?有没有可能 simd 在我的 linux 机器上不可用?

最佳答案

这似乎是一些 OS X 特定的 header 。

关于linux - Simd 不在我的 Linux 机器上 : fatal error: simd/simd. h: No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51921366/

相关文章:

c++ - 为什么 p1007r0 std::assume_aligned 不需要结语?

c - 尝试单步执行代码时 gdbserver 锁定

Python 通过 ssh 终止进程

x86 - 如何从 16 x 8 位 __m128i 值中提取 32 x 4 位整数

c++ - 快速图像 RGB 到 BGR 转换

c++ - 使用 SIMD 进行 HOG 优化

c++ - NEN对VNNI指令的仿真

Linux while 读循环

linux - SELinux 日志读取

x86 - 带增量的 AVX 加载指令