
256bit Compiler with Intel AVX PC
MacBook Air User
گیم لوپ ایمولیٹر کے ساتھ PC پر 256bit Compiler with Intel AVX ڈاؤن لوڈ کریں۔
پی سی پر 256bit Compiler with Intel AVX
256bit Compiler with Intel AVX، جو ڈویلپر MacBook Air User سے آرہا ہے، ماضی میں اینڈرائیڈ سسٹم پر چل رہا ہے۔
اب، آپ پی سی پر 256bit Compiler with Intel AVX آسانی سے GameLoop کے ساتھ چلا سکتے ہیں۔
اسے GameLoop لائبریری یا تلاش کے نتائج میں ڈاؤن لوڈ کریں۔ مزید غلط وقت پر بیٹری یا مایوس کن کالوں پر نظر نہیں ڈالی جائے گی۔
بس بڑی سکرین پر 256bit Compiler with Intel AVX PC کا مفت میں لطف اٹھائیں!
256bit Compiler with Intel AVX تعارف
On the screen of the upper half of the app,
a:% ymm0
b:% ymm1
c:% ymm15
c = (a + b) * (a-b) +1
And press the COMPILE! Button at the bottom.
vaddps% ymm1,% ymm0,% ymm2
vsubps% ymm1,% ymm0,% ymm3
vmulps% ymm3,% ymm2,% ymm2
movd $ 0x3F800000,% eax
movd% eax,% xmm3
vpshufd $ 0,% xmm3,% xmm3
vinsertf128 $ 1,% xmm3,% ymm3,% ymm3
vaddps% ymm3,% ymm2,% ymm15
The assembler code like is output on the lower screen. Because of AT & T notation, the operand is the opposite of Intel's official reference.
In addition, when a variable that is not defined appears in the formula, a free register is allocated without permission. So you can compile without a declaration like a:% ymm0.
Variable name: Define a variable as% register name. Although it can be specified in the range of% ymm0-% ymm15, two free registers are used internally to store temporary calculation results, so no more than 14 variables are required.
Error checking will be supported in the future.
... About AVX instructions
∙ Eight 32-bit single-precision floating point numbers can be calculated with one instruction using 16 256-bit YMM registers. It corresponds from the second generation Corei. The previous SSE instruction was a 128bit XMM register. The lower half of the YMM register can be used as an XMM register.
The big change in AVX is not only the register size but also three operands. For example, in the formula of c = a + b, if it is an AVX instruction, it can be written as vaddps a, b, c, but if it is an SSE instruction, it will be transformed to temp = a, temp = temp + b, c = temp, and movaps a , temp; addps b, temp; movaps temp, c;
... Description of used instructions
vaddps, vsubps, vmulps, vdivps ... These are vaddps a, b, c for c = a + b.
movd $ 0x3F800000,% eax ... 3F800000 is a bit pattern of floating point number 1.0f displayed in hexadecimal. % eax is a 32-bit general-purpose register.
movd% eax,% xmm3 ・ ・ ・ The floating point number is copied to the lower 32 bits of 128bit register xmm3.
vpshufd $ 0,% xmm3,% xmm3 ... The lower 32 bits are copied to the remaining 96 bits, and 1.0f is stored in 4 xmm3.
vinsertf128 $ 1,% xmm3,% ymm3,% ymm3 ... The xmm3 was copied to the upper 128 bits of 256bit register ymm3, and 8 1.0f were prepared in 256bit as a result.
... Compiling
Lexical analysis, syntax analysis, code generation, and optimization are all performed in one pass. The generated code is not debugged, so just look at the basic AVX instructions and enjoy.
ٹیگز
تعلیممعلومات
ڈویلپر
MacBook Air User
تازہ ترین ورژن
1.4
آخری تازہ کاری
2023-09-30
قسم
تعلیم
پر دستیاب ہے۔
Google Play
مزید دکھائیں
پی سی پر گیم لوپ کے ساتھ 256bit Compiler with Intel AVX کیسے کھیلا جائے۔
1. آفیشل ویب سائٹ سے گیم لوپ ڈاؤن لوڈ کریں، پھر گیم لوپ انسٹال کرنے کے لیے exe فائل چلائیں۔
2. گیم لوپ کھولیں اور "256bit Compiler with Intel AVX" تلاش کریں، تلاش کے نتائج میں 256bit Compiler with Intel AVX تلاش کریں اور "انسٹال کریں" پر کلک کریں۔
3. گیم لوپ پر 256bit Compiler with Intel AVX کھیلنے کا لطف اٹھائیں۔
Minimum requirements
OS
Windows 8.1 64-bit or Windows 10 64-bit
GPU
GTX 1050
CPU
i3-8300
Memory
8GB RAM
Storage
1GB available space
Recommended requirements
OS
Windows 8.1 64-bit or Windows 10 64-bit
GPU
GTX 1050
CPU
i3-9320
Memory
16GB RAM
Storage
1GB available space