R2026.05.1 - filtrowanie obrazu przy pomocy SSE
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Jan Potocki 2020
|
||||
|
||||
.global timestamp
|
||||
|
||||
# Segment kodu
|
||||
.text
|
||||
|
||||
timestamp:
|
||||
push %rbx
|
||||
|
||||
xor %rax, %rax
|
||||
cpuid
|
||||
rdtsc
|
||||
|
||||
shl $32, %rdx
|
||||
or %rdx, %rax
|
||||
|
||||
pop %rbx
|
||||
ret
|
||||
Reference in New Issue
Block a user