Skip to content

Add intel 5.0 C++ compiler - #2094

Merged
mkst merged 1 commit into
decompme:mainfrom
bwrsandman:icc5
Sep 5, 2026
Merged

Add intel 5.0 C++ compiler#2094
mkst merged 1 commit into
decompme:mainfrom
bwrsandman:icc5

Conversation

@bwrsandman

@bwrsandman bwrsandman commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Adding icc 5 to the list of compilers.

This compiler was used to take advantage of SIMD around 2000. The game I decomp, Black & White, used for one first party file, it linked with libircmt.lib from this compiler and also liked with AMaths (approximate maths) which was also compiled with icc 5.

This compiler would work with msvc 6.0 for the majority of the standard lib, runtime libs and ide.

After searching for years, I found it on archive.org. I also found the linux version on a university website.

Note that this build is not exactly the build used in Black & White. That game used a beta build which is lost to time.

@mkst

mkst commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

Could you rebase off main and push? I feel like GitHub isnt running our PRs against latest main for some reason...

@mkst
mkst merged commit 7654952 into decompme:main Sep 5, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants