t_wの輪郭

Feedlyでフォローするボタン

GOAMD64=v3

2023/7/18 23:06:00

AVX2とかを使うようになるので、処理が高速になる。AVX2などに対応していない古いCPUでは動かなくなる。

あれ

2023/7/18 23:05:00

GOAMD64=v1 (default): The baseline. Exclusively generates instructions that all 64-bit x86 processors can execute.
GOAMD64=v2: all v1 instructions, plus CMPXCHG16B, LAHF, SAHF, POPCNT, SSE3, SSE4.1, SSE4.2, SSSE3.
GOAMD64=v3: all v2 instructions, plus AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, OSXSAVE.
GOAMD64=v4: all v3 instructions, plus AVX512F, AVX512BW, AVX512CD, AVX512DQ, AVX512VL.