The age of the intel compiler support is so old as to be
uninteresting. No recent recports of intel compiler support have been
received. Remove all the special case workarounds for the Intel
compiler. Should there be interest in supporting the compiler, contact
me and I'll work with people to make it happen.
Details
- Reviewers
cem vangyzen emaste dim - Commits
- rS367032: cdefs.h: remove intel_compiler support
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
While the Intel compiler support was an interesting addition in the past, it is long overdue to clean it up. Less code in cdefs.h is better! :)
First of all: thanks!
I should mention this was actually for a hacked linux binary-based intel compiler.
There exists a native FreeBSD [[ https://software.intel.com/content/www/us/en/develop/tools/system-studio/freebsd.html | Intel System Studio ]]compiler that claims to be GCC compatible which may just work (I tihnk it may be based on clang, but I am not sure).
I keep hearing rumors of this item, but never have been able to get a copy through my friends at Intel. I'll have to send a few emails out to see if I can see if I can get access to one, though it's a fairly low propriety. I suspect, based on a lot of things, that this doesn't actually exist, but I'll poke and prod anyway.
It exists. The backend is Intel's own, but the front-end is Clang, so it's almost a drop-in replacement for Clang or GCC. As such, it probably doesn't need any special hackery in cdefs.h.