Attached: 2018-12-07-215024_904x598_scrot.png (904x598, 60K)
Does the AMD compiler work on Gentoo?
Samuel Barnes
Other urls found in this thread:
developer.amd.com
twitter.com
Tyler Watson
cool shit where can I get this? I have an AMD cpu and AMD graphics card. I want to compile my C applications with this.
Zachary Peterson
test
Christopher Baker
If you compile it for gentoo
William Harris
Is this sarcastic?
developer.amd.com
It's a total bitch to work with it seems.
Jacob Wright
what? its not a simple .exe with some dlls? what the fuck AMD. Does it support OPenGL? or directx only
Ayden Johnson
It's linux-only
Austin Baker
>not supported on windows
well fuck off then
get hacked asshole.jpg
Caleb Rivera
>CompIler
Carson Garcia
>AMD
Jose Bailey
Name ONE (2) thing wrong with AMD
Ayden Myers
>already compiles stock LLVM in the course of building mesa3d openswr
eh shouldn't be insanely different from a normal appleclang build from source
Carter Jones
i assume they want people to use amd cpus in their servers so they provide their own compiler to squeeze out more out of those cpus.
Jose Morgan
Interesting. But what's the point of this? Don't GCC and clang already do as well of a job as current knowledge allows, given that you target a recent CPU architecture?
Parker Gonzalez
Not sure, my guess is AOCC takes advantage of proprietary AMD technology.
I wanted to know if compiling with it would break packages that, for some reason, are customized for GCC.
Joseph Wright
Now they should disable all optimizations if the compiler detects non amd or via cpu.
Michael Miller
>patches amdcc to emit a completely neutral CPU dispatch function
heh
Jacob James
Why did they make their own patched version of clang instead of contributing to clang itself (and maybe gcc too)?
Nathaniel Taylor
AMD stronk. Who needs Intel CPUs and Nvidia GPUs, when you have AMD APUs?
Jeremiah Garcia
>cpus
>gpus
Where's my research money
Josiah Miller
Why would they
Luis Miller
You said Apu?
Connor Jones
Contributing to the compilers everyone uses would make sure all users who target their specific platform get the speed benefits, and not just the ones who have heard about AOCC and downloaded it. It would also be great for publicity, evil Intel with their overpriced, exploit-ridden CPUs that come with the botnet engine vs. good guy AMD who contributes to free software and makes affordable CPUs.
Obviously, there could be technical reasons behind their choice, like maybe they had to make changes to non-architecture-specific parts of the compiler that actually decrease performance on non-AMD systems and thus wouldn't have been accepted. Or corporate ones, like maybe they simply didn't want to spend money on contributing to a code base that they don't have total control over.
Colton Price
should be possible to build a cross-compiler at a minimum, though i'd think building a native compiler should also be possible (using the same LLVMBuild.py + CMake build system from upstream)
native compiler can then be welded to either mingw64 or Microsoft C/C++
Joshua Myers
Intel C compiler produces slightly faster executables than GCC and clang on average.
I assume it fucks up on AMD hardware, which is the point of this.