Does 1st-gen Intel Core support GPU folding?
Moderator: Site Moderators
Forum rules
Please read the forum rules before posting.
Please read the forum rules before posting.
Does 1st-gen Intel Core support GPU folding?
I have a spare GPU sitting around (an RTX 2070 Super), but unfortunately I can't fit a 2nd GPU in my main rig. I have an old 1st-gen Core i3-530 and a Dell motherboard sitting around that I could put the GPU into, and was wondering if a CPU that old (no AVX, etc.) can still support GPU folding. Thanks!
-
muziqaz
- Posts: 2227
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 9950x3d, 7950x3d, 5950x, 5800x3d
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX550, Intel B580 - Location: London
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
Never hurts to try. Install 64bit OS, and see what happens.TiO2 wrote: ↑Sat Nov 15, 2025 5:43 am I have a spare GPU sitting around (an RTX 2070 Super), but unfortunately I can't fit a 2nd GPU in my main rig. I have an old 1st-gen Core i3-530 and a Dell motherboard sitting around that I could put the GPU into, and was wondering if a CPU that old (no AVX, etc.) can still support GPU folding. Thanks!
I am not aware of fahclient's requirement for CPU to have AVX. Just 64bit. As long as you do not try to fold on that CPU, you should be fine
-
toTOW
- Site Moderator
- Posts: 6514
- Joined: Sun Dec 02, 2007 10:38 am
- Location: Bordeaux, France
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
Yes, first generation iX is the minimum requirement for GPU folding. I'm running an i7 920 and an i7 860 without issues.
Older CPUs (Core 2 Duo / Quad) won't be able to run GPU cores. They lacks SSE 4.2 support that is required.
Older CPUs (Core 2 Duo / Quad) won't be able to run GPU cores. They lacks SSE 4.2 support that is required.
-
calxalot
- Site Moderator
- Posts: 1709
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
I believe the current cpu cores are for
sse4.1, avx-256, or avx2-256
sse4.1, avx-256, or avx2-256
-
calxalot
- Site Moderator
- Posts: 1709
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
No. ARM NEON is 128, I believe.
-
muziqaz
- Posts: 2227
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 9950x3d, 7950x3d, 5950x, 5800x3d
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX550, Intel B580 - Location: London
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
I thought x86 AVX was 128, AVX2 bumped it to 256
-
calxalot
- Site Moderator
- Posts: 1709
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
I’m looking at the buildbot settings. It is what I said, albeit the cores were previously built by someone else. Probably with github actions. So they could be different.
-
Albuquerquefx
- Posts: 20
- Joined: Wed Oct 01, 2025 3:05 am
- Hardware configuration: AMD 9800X3D + 5090, Windows 11
AMD 5950X + 4070 Super, Fedora 42 VM on Proxmox 8.3
AMD 5500 + 4070 Super + 4090, Fedora 42 + Cuda MPS
Re: Does 1st-gen Intel Core support GPU folding?
That was Intel SSE with the 128-bit registers; MMX was 64-bit and AVX introduced 256-bit registers. AVX is also when x86 picked up dedicated FMA instructions.
As for the original question, keep in mind you'll lose a measurable chunk of performance due to the lack of Resizable BAR on old chipsets. I have a thread posted in this same subforum (look down about five or six posts from this one) where I inadvertently stumbled into this performance issue on some of my home folding rigs. Suffice it to say, ReBAR can cost you somewhere between 5-15% of your GPU performance depending on WU.
If you've got a system board which is new enough to support PCIe 3, then it's at least possible there's a firmware modification out there on Github which could allow you to insert the ReBAR code into your (albeit, very old) motherboard. I have an ancient Z77 motherboard which now supports ReBAR thanks to a firmware module injection tool. Obviously do this at your own risk; I wasn't too worried about a decade-old board
Last edited by Albuquerquefx on Mon Nov 24, 2025 7:18 pm, edited 1 time in total.

-
muziqaz
- Posts: 2227
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 9950x3d, 7950x3d, 5950x, 5800x3d
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX550, Intel B580 - Location: London
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
Alternative reality strikes againAlbuquerquefx wrote: ↑Mon Nov 24, 2025 7:07 pmThat was Intel SSE with the 128-bit registers; MMX was 64-bit and AVX introduced 256-bit registers. AVX is also when x86 picked up dedicated FMA instructions.
-
Joe_H
- Site Admin
- Posts: 8264
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4 - Location: W. MA
Re: Does 1st-gen Intel Core support GPU folding?
You may be confusing the existence of AVX supporting 128-bit SIMD as well as 256-bit SIMD. As initially implemented by AMD the 128-bit SIMD instructions were often faster, some unofficially called that "AVX 128".
AVX2 then made most of the vector integer instructions 256-bit, before many were just 128-bit.
AVX2 then made most of the vector integer instructions 256-bit, before many were just 128-bit.
-
muziqaz
- Posts: 2227
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 9950x3d, 7950x3d, 5950x, 5800x3d
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX550, Intel B580 - Location: London
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
Yeah, I probably am misremembering itJoe_H wrote: ↑Mon Nov 24, 2025 7:31 pm You may be confusing the existence of AVX supporting 128-bit SIMD as well as 256-bit SIMD. As initially implemented by AMD the 128-bit SIMD instructions were often faster, some unofficially called that "AVX 128".
AVX2 then made most of the vector integer instructions 256-bit, before many were just 128-bit.
-
Albuquerquefx
- Posts: 20
- Joined: Wed Oct 01, 2025 3:05 am
- Hardware configuration: AMD 9800X3D + 5090, Windows 11
AMD 5950X + 4070 Super, Fedora 42 VM on Proxmox 8.3
AMD 5500 + 4070 Super + 4090, Fedora 42 + Cuda MPS
Re: Does 1st-gen Intel Core support GPU folding?
I think you can be forgiven for not remembering the minutae from an instruction set that came out like 20+ years ago 

-
muziqaz
- Posts: 2227
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 9950x3d, 7950x3d, 5950x, 5800x3d
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX550, Intel B580 - Location: London
- Contact:
Re: Does 1st-gen Intel Core support GPU folding?
Yeah, can't believe it has been 14 years since it showed up in Sandy bridgeAlbuquerquefx wrote: ↑Mon Nov 24, 2025 7:53 pm I think you can be forgiven for not remembering the minutae from an instruction set that came out like 20+ years ago![]()