/usr/include/Gem/Base/GemSIMD.h is in gem-dev 1:0.93.3-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | #ifdef __GNUC__
# warning GemSIMD.h is deprecated - please include "Utils/SIMD.h" instead
#endif
#include "Utils/SIMD.h"
|