日本語のみで絞り込む

For the x86-32 compiler, you must use -march= cpu-type , -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 ...

2012/5/21 -In Linux, I cat /proc/cpuinfo, but what if Mac or Windows? Thanks! gcc · g++ · gnu · sse · compiler-flags.

For the x86-32 compiler, you must use -march= cpu-type , -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 ...

2024/4/11 -This guide provides an introduction to optimizing compiled code using safe, sane CFLAGS and CXXFLAGS . It also describes the theory behind ...

2018/3/17 -I'm trying to build Audacity 2.2.2 on Raspbian Stretch. I have the latest code tree from github. My compiler is gcc (Raspbian 6.3.0-18+rpi1) ...

2018/6/18 -I ran into a build error with the Jetson TX1. I was wondering if DLIB is already installed on the system, is it possible to use the existing ...

2021/2/6 -During compilation in gcc what does - msse4. 2, - mavx2, - mfma options do? What are the uses, pros and cons of these options?

2021/8/26 -On my linux system's default gcc, it shows -msse and -msse2 as [enabled]. My OS: TritiumOS https://github.com/foliagecanine/tritium-os void ...

2018/11/14 -My understanding was that the latest (development) version of GCC, and hence g++ was 9. Could you clarify "g++11"? All reactions. Sorry ...

2018/3/16 -I've looked for a reference to -msse but can find no information on this flag for the gcc compiler. Any suggestions about what is causing this ...