CPU Instruction in Containers

1k views Asked by At

I am not very familiar with container technology so maybe this question doesn't even make sense, but I am wondering if software compiled inside a container like Docker or Singularity can take advantage of particular CPU instruction sets like SSE4.1 or AVX2. So if a program was compiled in a container with a flag enabling AVX2 and the system on which the container was built supported AVX2, would the program error if the container was run on another system without AVX2 support? Can containers emulate CPU instruction sets?

0

There are 0 answers