Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Cold_Miserable
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Cold_Miserable
9d ago
Intel don't have vpintersect. Its micro-coded dog slow but its such an obscure operation and of little use if any. I'd rather AMD re-invest the hardware into speeding up useful operations, shave 1 cycle off divide or square root o
2.
▲
by
Cold_Miserable
2mo ago
Get-ItemProperty : Cannot find path 'HKCU:\SOFTWAREMicrosoftIdentityCRLExtendedProperties' because it does not exist. At line:1 char:7 I guess I'm good then.
3.
▲
by
Cold_Miserable
4mo ago
This is just a worse copy of the original ifma method. Sneller is even better for max throughput.
4.
▲
by
Cold_Miserable
5mo ago
I've yet to encounter a need for == equality for floating point operations.
5.
▲
by
Cold_Miserable
5mo ago
It went from ~30ns to 2K ns but mostly timed out when I changed the alignment to +7.5 QWORDs on Golden Cove.
6.
▲
by
Cold_Miserable
5mo ago
Small indian. Starting at zero and extending is logical. Big indian is dumb and confusing.
7.
▲
by
Cold_Miserable
6mo ago
That's me. 1 byte ASCII is all that's needed for text.
8.
▲
by
Cold_Miserable
6mo ago
shlx doesn't alter the flag register.
9.
▲
by
Cold_Miserable
6mo ago
I found a jpeg2000 reference PDF somewhere. It may as well have been written in Mandarin. I got as far as extracting the width and height. Its much more advanced than jpeg. Forget about writing a decoder.
10.
▲
by
Cold_Miserable
6mo ago
Heh. 1.Create fast modulus quad M for dword D for the first 2000? 200000? (x M) D 2.Eliminate 0b,101b 3.Divide using vrcp14ss/vdivss with correction. Use fast square root too using rsqrt14.
11.
▲
by
Cold_Miserable
7mo ago
Distant Worlds I and now II has had full automation for ages.
12.
▲
by
Cold_Miserable
7mo ago
"Currency printing" and inflation are exactly the same thing.
13.
▲
by
Cold_Miserable
7mo ago
AVX2 isn't really 256-bit. Its 2x128-bit.
14.
▲
by
Cold_Miserable
7mo ago
Human hearing is excellent. Good directional perception and sensitivity. Eyesight is the weakest sense. Poor color sensitivity, low light sensitivity, blindspot. The terrible natural design flaws are compensated by natural nystagmas and the
15.
▲
by
Cold_Miserable
7mo ago
Idiocracy is the future.
16.
▲
by
Cold_Miserable
8mo ago
Its 1024. Hard drive manufacturers should be forced to use the correct metric.
17.
▲
by
Cold_Miserable
8mo ago
A really painfully laboured way of just saying conduction.
18.
▲
by
Cold_Miserable
8mo ago
Britain should have stayed neutral like Sweden and Switzerland instead of getting economically devastated.
19.
▲
by
Cold_Miserable
8mo ago
x87 should have been killed off. It would have forced lazy game developers to use SSE around the 2005 era.
20.
▲
by
Cold_Miserable
8mo ago
Its not hype. There's no such thing as AI. Matrix multiplication isn't intelligence.
21.
▲
by
Cold_Miserable
9mo ago
Already done ages ago. Nothing more of interest. The bottleneck are the 3 conditionals: - positive or negative - positive or negative exponent, x > 10.0 - correction for 1.xxxxx * 2^Y => fract(log10 (2^Y)) 1.xxxxxxxx > 10.0
22.
▲
by
Cold_Miserable
10mo ago
Baldur's Gate linux native build performed poorly on Gamers Nexus tests. Where's a proper comparison between the fastest linux OS "CachyOS" and Windows 11 LTSC with all the crap removed, particularly the biggest offender
23.
▲
by
Cold_Miserable
10mo ago
Testmem5 is in a league of its own yet its unclear how. Maybe the AWE table is prone to corruption. Theres nothing special about the internal workings. It doesn't use fences or clflushes.
24.
▲
by
Cold_Miserable
10mo ago
HDI, electrical generation per capita, energy use per capita.
25.
▲
by
Cold_Miserable
10mo ago
Is there a simple way to get the "Legacy Console" back without having to format and reinstall windows? Installing packages / the windows modules installer is broken.
26.
▲
by
Cold_Miserable
11mo ago
Xorshift, LCM and hardware rdrand work just fine. PCG and Weyl are overkill.
27.
▲
by
Cold_Miserable
11mo ago
I see what you're doing. 13 bytes, 3 cycles. Why does newline not work? lzcnt ecx,ecx mov eax, 00100 0011 0010 0000 0001b shl ecx,2 shrx eax,eax,ecx and eax,15
28.
▲
by
Cold_Miserable
11mo ago
I can't see any elegant solution. \n Struggling proc \n lzcnt ecx,ecx \n test cl,cl \n setz al \n lea edx,[ecx-2] ;[0,1,2] \n cmp rdx,2 \n cmovle eax,ecx \n ret \n Struggling endp
29.
▲
by
Cold_Miserable
11mo ago
I have low pitch rumbling in my right ear. MRI was useless. Hearing test "perfect". Its hard to sleep without background noise. I think its a damaged blood vessel in my brain or neck: veinous stenosis.
30.
▲
by
Cold_Miserable
1y ago
The UK is going downhill. Economically and politically. Use of government thugs "police" to intimidate is just the beginning. Home invasion child rapists were given less time than Lucy Connelly, Alex Bellfield or Tommy Robinson go
More ›